[yocto] [meta-security][PATCH] layer.conf: Added BBFILES_DYNAMIC for dynamic-layers.

2022-05-18 Thread leimaohui
Signed-off-by: Lei Maohui --- conf/layer.conf | 7 +++ 1 file changed, 7 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 1f83593..0c532fa 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,6 +13,13 @@ LAYERSERIES_COMPAT_security = "kirkstone"

[linux-yocto] [yocto-kernel-patch][yocto-5.15][PATCH 2/2] ktypes/standard: enable MDIO by default

2022-05-18 Thread Potin Lai
Enable cfg/net/mdio.scc by default Signed-off-by: Potin Lai --- ktypes/standard/standard.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/ktypes/standard/standard.scc b/ktypes/standard/standard.scc index 63a3fb1e..34497402 100644 --- a/ktypes/standard/standard.scc +++

[linux-yocto] [yocto-kernel-patch][yocto-5.15][PATCH 0/2] Enable MDIO bus config by default

2022-05-18 Thread Potin Lai
Hi maintainer, This patch series introduce mdio fragment to enable MDIO bus kernel configs, which required by mdio-tools for low-level MDIO bus communication. Potin Lai (2): cfg/net: introduce mdio fragment ktypes/standard: enable MDIO by default cfg/net/mdio.cfg | 3 +++

[linux-yocto] [yocto-kernel-patch][yocto-5.15][PATCH 1/2] cfg/net: introduce mdio fragment

2022-05-18 Thread Potin Lai
From: Potin Lai This patch ebanles MDIO bus device support, required by mdio-tools for low-level MDIO bus communcation. Signed-off-by: Potin Lai --- cfg/net/mdio.cfg | 3 +++ cfg/net/mdio.scc | 5 + kern-features.rc | 1 + 3 files changed, 9 insertions(+) create mode 100644

[yocto] [meta-security][PATCH] samhain: update to 4.4.9

2022-05-18 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-ids/samhain/samhain.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/samhain/samhain.inc index df9e215..eb8592d 100644 --- a/recipes-ids/samhain/samhain.inc +++

[yocto] [meta-security][PATCH 3/3] suricata: update to 5.0.5

2022-05-18 Thread Armin Kuster
libhtp rolls with it --- recipes-ids/suricata/{libhtp_0.5.39.bb => libhtp_0.5.40.bb} | 2 +- recipes-ids/suricata/{suricata_6.0.4.bb => suricata_6.0.5.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename recipes-ids/suricata/{libhtp_0.5.39.bb => libhtp_0.5.40.bb} (91%) rename

[yocto] [meta-security][PATCH 1/3] aide: Update 01.17.4

2022-05-18 Thread Armin Kuster
Precalculate buffer size in base64 functions (CVE-2021-45417) Signed-off-by: Armin Kuster --- recipes-ids/aide/{aide_0.17.3.bb => aide_0.17.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-ids/aide/{aide_0.17.3.bb => aide_0.17.4.bb} (94%) diff --git

[yocto] [meta-security][PATCH 2/3] ossec-hids: update to 3.7.0

2022-05-18 Thread Armin Kuster
See https://github.com/ossec/ossec-hids/releases/tag/3.7.0 Signed-off-by: Armin Kuster --- recipes-ids/ossec/{ossec-hids_3.6.0.bb => ossec-hids_3.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-ids/ossec/{ossec-hids_3.6.0.bb => ossec-hids_3.7.0.bb} (98%) diff

Re: [yocto] ERROR: cp: cannot stat 'Module.symvers': No such file or directory

2022-05-18 Thread Duda, Alexander
Thanks a lot, this solved my problem. I didn't have this change Greetings Alex -Original Message- From: Mittal, Anuj Sent: Wednesday, May 18, 2022 3:43 PM To: yocto@lists.yoctoproject.org; Duda, Alexander Subject: Re: [yocto] ERROR: cp: cannot stat 'Module.symvers': No such file or

[yocto] [meta-security][PATCH] ima-evm-utils: Update to 1.4

2022-05-18 Thread Armin Kuster
Switch from git to https in SRC_URI Drop patches not upstreamed. Passes OEQA: RESULTS - ima.IMACheck.test_ima_enabled: PASSED (1.05s) RESULTS - ima.IMACheck.test_ima_hash: PASSED (6.13s) RESULTS - ima.IMACheck.test_ima_overwrite: PASSED (131.31s) RESULTS - ima.IMACheck.test_ima_signature: PASSED

Re: [linux-yocto] [PATCH v5.15 0/1] backport default eBPF setting from v5.16

2022-05-18 Thread Bruce Ashfield
In message: [PATCH v5.15 0/1] backport default eBPF setting from v5.16 on 13/05/2022 Paul Gortmaker wrote: > I won't repeat what I already wrote for the parallel yocto-kernel-cache > commit, other than to add that I did ask the stable team if they would > consider backporting this and was told

Re: [linux-yocto][meta-realtime][PATCH] LICENSE: update to SPDX standard names

2022-05-18 Thread Bruce Ashfield
Thanks for the fixup. This is now merged. Bruce In message: [linux-yocto][meta-realtime][PATCH] LICENSE: update to SPDX standard names on 13/05/2022 He Zhe wrote: > To fix warnings like the following, update LICENSE names in recipes with > poky/scripts/contrib/convert-spdx-licenses.py. > >

Re: [yocto] [dunfell][PATCH] openssl: update from 1.1.1n to 1.1.1o

2022-05-18 Thread Steve Sakoman
On Wed, May 18, 2022 at 12:14 AM Daniel Karlsson wrote: > > This update fixes CVE-2022-1292. Hi Daniel, I've already taken a patch for this update and it is in the set sent out for review yesterday: https://lists.openembedded.org/g/openembedded-core/message/165788 In the future if you want to

Re: [yocto] ERROR: cp: cannot stat 'Module.symvers': No such file or directory

2022-05-18 Thread Anuj Mittal
On Wed, 2022-05-18 at 11:50 +, Duda, Alexander wrote: > Hello yocto users, >   > I keep getting the following error, > Does someone have a hint where I can look to solve this issue? >   > ERROR: linux-fslc-5.15-r0 do_shared_workdir: Execution of > '/zeus/build/tmp/work/

[yocto] ERROR: cp: cannot stat 'Module.symvers': No such file or directory

2022-05-18 Thread Duda, Alexander
Hello yocto users, I keep getting the following error, Does someone have a hint where I can look to solve this issue? ERROR: linux-fslc-5.15-r0 do_shared_workdir: Execution of '/zeus/build/tmp/work/ -poky-linux/linux-fslc/5.15-r0/temp/run.do_shared_workdir.58919' failed with exit code 1:

[yocto] [dunfell][PATCH] openssl: update from 1.1.1n to 1.1.1o

2022-05-18 Thread Daniel Karlsson
This update fixes CVE-2022-1292. Signed-off-by: Daniel Karlsson --- .../openssl/{openssl_1.1.1n.bb => openssl_1.1.1o.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssl/{openssl_1.1.1n.bb => openssl_1.1.1o.bb} (98%) diff --git

[yocto] u-boot compile error with Kconfig

2022-05-18 Thread Rusty Howell
I am getting an error on only one of our many build machines when building u-boot. This particular machine is the only one running Ubuntu 20.04.4 LTS. We have several other build nodes running Ubuntu 20.04.3 that can run our Yocto build without any issue. Are there any known issues with 20.04.4