Hello Youenn Le Jeune, Can you please send this patch to [email protected] (https://git.yoctoproject.org/meta-dpdk/about/)
Thanks, Yogesh ________________________________ From: [email protected] <[email protected]> on behalf of Youenn Le Jeune via lists.yoctoproject.org <[email protected]> Sent: Monday, March 16, 2026 4:35 PM To: [email protected] <[email protected]> Cc: Youenn Le Jeune <[email protected]>; Erwann Roussy <[email protected]> Subject: [meta-intel] [PATCH] dpdk: replace CVE_CHECK_IGNORE with CVE_STATUS CVE_CHECK_IGNORE is obsolete since Yocto 4.3 and has been replaced by CVE_STATUS. Reviewed-by: Erwann Roussy <[email protected]> Signed-off-by: Youenn Le Jeune <[email protected]> --- recipes-extended/dpdk/dpdk_22.11.11.bb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/recipes-extended/dpdk/dpdk_22.11.11.bb b/recipes-extended/dpdk/dpdk_22.11.11.bb index f2db074..8d5d248 100644 --- a/recipes-extended/dpdk/dpdk_22.11.11.bb +++ b/recipes-extended/dpdk/dpdk_22.11.11.bb @@ -9,14 +9,8 @@ BRANCH = "22.11" SRCREV = "ff0626010952913655a6df4c4e12fc386bea7fe4" S = "${WORKDIR}/git" -# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1 -# NVD database is incomplete -# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1 -# NVD database is incomplete -CVE_CHECK_IGNORE += "\ - CVE-2021-3839 \ - CVE-2022-0669 \ -" +CVE_STATUS[CVE-2021-3839] = "fixed-version: Fixed by commit 4c40d30d2b in 21.11.1, NVD database is incomplete" +CVE_STATUS[CVE-2022-0669] = "fixed-version: Fixed by commit 6cb68162e4 in 21.11.1, NVD database is incomplete" # kernel module is provide by dpdk-module recipe, so disable here EXTRA_OEMESON = " -Denable_kmods=false \ -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8724): https://lists.yoctoproject.org/g/meta-intel/message/8724 Mute This Topic: https://lists.yoctoproject.org/mt/118342641/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
