[yocto] [meta-zephyr][PATCH] zephyr-kernel: Add CVE_PRODUCT to fix cve-check lookup fail

2022-03-09 Thread Davide Gardenal
From: Davide Gardenal Add CVE_PRODUCT override to fix a lookup problem when performing cve-check, if not setted it will search for the recipe name, that in this case depends on the recipe used to build zephyr (eg. zephyr-philosophers) Signed-off-by: Davide Gardenal --- .../recipes-kernel

[yocto] [meta-security][PATCH] clamav: add COMPATIBLE_HOST to fix build error

2022-04-04 Thread Davide Gardenal
Add COMPATIBLE_HOST to match what is found in glibc to avoid build error when using musl Signed-off-by: Davide Gardenal --- recipes-scanners/clamav/clamav_0.104.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-scanners/clamav/clamav_0.104.0.bb b/recipes-scanners/clamav

[yocto] [meta-security][PATCH] fscrypt: update dependecy from go-dep-native to go-native

2022-04-04 Thread Davide Gardenal
Signed-off-by: Davide Gardenal --- recipes-security/fscrypt/fscrypt_1.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/fscrypt/fscrypt_1.0.0.bb b/recipes-security/fscrypt/fscrypt_1.0.0.bb index 66bf429..663d8e2 100644 --- a/recipes-security/fscrypt

[yocto] [meta-zephyr][PATCH] zephyr-kernel-src: add whitespace to fix File not found during build

2022-04-04 Thread Davide Gardenal
Signed-off-by: Davide Gardenal --- .../recipes-kernel/zephyr-kernel/zephyr-kernel-src-3.0.0.inc| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-3.0.0.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel

Re: [yocto] [meta-zephyr][PATCH] zephyr-kernel-src: add whitespace to fix File not found during build

2022-04-05 Thread Davide Gardenal
Sorry, my bad, I was looking at an older version. I'm sending v2 with the correct source of the problem. Thanks for the feedback -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56665): https://lists.yoctoproject.org/g/yocto/message/56665 Mute This

[yocto] [meta-zephyr][PATCH v2] generate-zephyr-machine: add leading whitespace to SRC_URI

2022-04-05 Thread Davide Gardenal
Signed-off-by: Davide Gardenal --- meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb b/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb

[yocto] [meta-raspberrypi][PATCH] bluez-firmware-rpidistro: add compatibility to oe-core/create-spdx

2022-04-14 Thread Davide Gardenal
Add do_create_spdx dependency to fix error when LICENCE is not found Signed-off-by: Davide Gardenal --- .../bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware

[yocto] [meta-security][kirkstone][PATCH] sssd: ignore CVE-2018-16838

2022-07-18 Thread Davide Gardenal
CVE-2018-16838 is patched in our version of sssd but it doesn't have a vulnerable version range in the NVD database, that's why it needs to be ignored. Signed-off-by: Davide Gardenal --- recipes-security/sssd/sssd_2.5.2.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipe