summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorYouenn Le Jeune <youenn.lejeune@savoirfairelinux.com>2026-03-19 09:52:38 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-19 16:00:52 +0530
commit3984c38957033d2085df7ad492c9c72f3bcf1177 (patch)
tree3be05e0a9a9729fda185d345bd63bdadf09fd906 /recipes-extended
parent3784493157184158b2844c8ad573c3dc7d52a34d (diff)
downloadmeta-dpdk-scarthgap.tar.gz
dpdk: removed obsolete CVE_CHECK_IGNOREscarthgap
The CPEs have been enriched in the NVD datavase. They now contain proper version information, making those CVE_CHECK_IGNORE useless. CC: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Reviewed-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com> Signed-off-by: Youenn Le Jeune <youenn.lejeune@savoirfairelinux.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/dpdk/dpdk-module_22.11.7.bb9
-rw-r--r--recipes-extended/dpdk/dpdk_22.11.11.bb9
2 files changed, 0 insertions, 18 deletions
diff --git a/recipes-extended/dpdk/dpdk-module_22.11.7.bb b/recipes-extended/dpdk/dpdk-module_22.11.7.bb
index e8973b1..cd9bbd6 100644
--- a/recipes-extended/dpdk/dpdk-module_22.11.7.bb
+++ b/recipes-extended/dpdk/dpdk-module_22.11.7.bb
@@ -47,12 +47,3 @@ do_install() {
47 O=${STAGING_KERNEL_BUILDDIR} \ 47 O=${STAGING_KERNEL_BUILDDIR} \
48 ${MODULES_INSTALL_TARGET} 48 ${MODULES_INSTALL_TARGET}
49} 49}
50
51# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
52# NVD database is incomplete
53# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1
54# NVD database is incomplete
55CVE_CHECK_IGNORE += "\
56 CVE-2021-3839 \
57 CVE-2022-0669 \
58"
diff --git a/recipes-extended/dpdk/dpdk_22.11.11.bb b/recipes-extended/dpdk/dpdk_22.11.11.bb
index f2db074..d6fc4dc 100644
--- a/recipes-extended/dpdk/dpdk_22.11.11.bb
+++ b/recipes-extended/dpdk/dpdk_22.11.11.bb
@@ -9,15 +9,6 @@ BRANCH = "22.11"
9SRCREV = "ff0626010952913655a6df4c4e12fc386bea7fe4" 9SRCREV = "ff0626010952913655a6df4c4e12fc386bea7fe4"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
13# NVD database is incomplete
14# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1
15# NVD database is incomplete
16CVE_CHECK_IGNORE += "\
17 CVE-2021-3839 \
18 CVE-2022-0669 \
19"
20
21# kernel module is provide by dpdk-module recipe, so disable here 12# kernel module is provide by dpdk-module recipe, so disable here
22EXTRA_OEMESON = " -Denable_kmods=false \ 13EXTRA_OEMESON = " -Denable_kmods=false \
23 -Dexamples=all \ 14 -Dexamples=all \