summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_22.11.11.bb
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/dpdk/dpdk_22.11.11.bb
parent3784493157184158b2844c8ad573c3dc7d52a34d (diff)
downloadmeta-dpdk-3984c38957033d2085df7ad492c9c72f3bcf1177.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/dpdk/dpdk_22.11.11.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_22.11.11.bb9
1 files changed, 0 insertions, 9 deletions
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 \