summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/dpdk/dpdk_21.11.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_21.11.1.bb b/recipes-extended/dpdk/dpdk_21.11.1.bb
index a54fc85..0b7dd75 100644
--- a/recipes-extended/dpdk/dpdk_21.11.1.bb
+++ b/recipes-extended/dpdk/dpdk_21.11.1.bb
@@ -10,6 +10,12 @@ BRANCH = "21.11"
10SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367" 10SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
14# NVD database is incomplete
15CVE_CHECK_IGNORE += "\
16 CVE-2021-3839 \
17"
18
13# kernel module is provide by dpdk-module recipe, so disable here 19# kernel module is provide by dpdk-module recipe, so disable here
14EXTRA_OEMESON = " -Denable_kmods=false \ 20EXTRA_OEMESON = " -Denable_kmods=false \
15 -Dexamples=all \ 21 -Dexamples=all \