summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2025-05-26 11:20:41 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-05-26 16:48:01 +0800
commit66da651100b8f7f3b2d059e48bf646cb1b1b06b7 (patch)
treeff1d71bc3dee8f162273e45e7da7077264525612
parent9129b4e08c026b6f3047b88b5b85fc4374198159 (diff)
downloadmeta-dpdk-66da651100b8f7f3b2d059e48bf646cb1b1b06b7.tar.gz
dpdk : Drop obsolete CVE ignores as they are not relevant for current version
The CPE data in the NVD database is now complete, so these ignores are no longer needed. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-extended/dpdk/dpdk_22.11.7.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-extended/dpdk/dpdk_22.11.7.bb b/recipes-extended/dpdk/dpdk_22.11.7.bb
index 32e6a18..9767fef 100644
--- a/recipes-extended/dpdk/dpdk_22.11.7.bb
+++ b/recipes-extended/dpdk/dpdk_22.11.7.bb
@@ -9,15 +9,6 @@ BRANCH = "22.11"
9SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca" 9SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca"
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 \