[linux-yocto] [PATCH] intel-socfpga: add configure file for intel-socfpga BSP in kernel-cache

2021-03-08 Thread Meng Li
From: Meng Li Add configure files for intel-socfpga BSP based on stratix10 platform. Signed-off-by: Meng Li --- .../intel-socfpga-64-standard.scc | 8 + bsp/intel-socfpga/intel-socfpga-64.cfg| 163 ++ bsp/intel-socfpga/intel-socfpga-64.scc| 6 +

[linux-yocto] [v2][yocto-kernel-cache]: intel-socfpga: add configure file for intel-socfpga BSP in kernel-cache

2021-03-08 Thread Meng Li
From: Limeng Hi Bruce, v2: remove the WindRiver product related info from commit log. v1: I am working on BSP intel-socfpga based on intel stratix10 platform, and intend to support this platform in linux-yocto-v5.10 I created a patch to add the kernel-cache configuration files for

[linux-yocto] [PATCH] intel-socfpga: add configure file for intel-socfpga BSP in kernel-cache

2021-03-08 Thread Meng Li
From: Meng Li Add configure files for intel-socfpga BSP of wrlinux-LTS1021. Signed-off-by: Meng Li --- .../intel-socfpga-64-standard.scc | 8 + bsp/intel-socfpga/intel-socfpga-64.cfg| 163 ++ bsp/intel-socfpga/intel-socfpga-64.scc| 6 + 3 files

[linux-yocto] [yocto-kernel-cache]: intel-socfpga: add configure file for intel-socfpga BSP in kernel-cache

2021-03-08 Thread Meng Li
From: Limeng Hi Bruce, I am working on BSP intel-socfpga based on intel stratix10 platform, and intend to support this platform in linux-yocto-v5.10 I created a patch to add the kernel-cache configuration files for intel-socfpga BSP Could you please help to merge this patch into

[yocto] [meta-security][PATCH] python3-fail2ban: fix building with ptest enabled

2021-03-08 Thread akuster
Use new structure for testing. Signed-off-by: Armin Kuster --- recipes-security/fail2ban/files/run-ptest| 2 +- recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-security/fail2ban/files/run-ptest

Re: [yocto] Remove *-dev packages from final image

2021-03-08 Thread Khem Raj
On 3/8/21 3:59 AM, Mauro Ziliani wrote: Hi all. I'm in trouble to remove the *-dev packages from final image. I remove dev-pkgs and dbg-pkgs from EXTRA_IMAGE_FEATURES and IMAGE_FEATURES with lines IMAGE_FEATURES_remove = " \    dbg-pkgs \    dev-pkgs \ "

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add a systemd no-x11 build

2021-03-08 Thread Alexander Kanavin
Ping :) Alex On Wed, 3 Mar 2021 at 14:16, Alexander Kanavin via lists.yoctoproject.org wrote: > Particularly the weston image has now regressed twice under systemd, > so I think there should be a quality gate for it. > > Signed-off-by: Alexander Kanavin > --- > config.json | 15

[yocto] Enhancements/Bugs closed WW10!

2021-03-08 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 3 yifan...@windriver.com 2 randy.macl...@windriver.com 1 doug.chap...@omron.com 1 alexandre.bell...@bootlin.com 1 Grand Total 8 Thanks,

[yocto] Current high bug count owners for Yocto Project 3.3

2021-03-08 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW10 of who have open medium or higher bugs and enhancements against YP 3.3. There are 38 possible work days left until the final release candidates for YP 3.3 needs to be released. Who Count richard.pur...@linuxfoundation.org

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-03-08 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Remove *-dev packages from final image

2021-03-08 Thread Mauro Ziliani
Hi all. I'm in trouble to remove the *-dev packages from final image. I remove dev-pkgs and dbg-pkgs from EXTRA_IMAGE_FEATURES and IMAGE_FEATURES with lines IMAGE_FEATURES_remove = " \ dbg-pkgs \ dev-pkgs \ " EXTRA_IMAGE_FEATURES_remove = " \ dbg-pkgs \ dev-pkgs \ " But *-dev persists. I