diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2022-09-05 12:20:08 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-09-05 17:06:42 +0800 |
commit | ea9013a484520cec403e4daf3adb55fb690ad4da (patch) | |
tree | 401ef57e8580274b43a233245f338435e78f3921 /recipes-extended/dpdk/dpdk_21.11.1.bb | |
parent | b06ab02b695041011a6bb9ed02f7a50e1e8c064d (diff) | |
download | meta-dpdk-ea9013a484520cec403e4daf3adb55fb690ad4da.tar.gz |
dpdk: ignore CVE-2021-3839
This is fixed in 21.11.1 but the CPE data in NVD is incomplete.
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_21.11.1.bb')
-rw-r--r-- | recipes-extended/dpdk/dpdk_21.11.1.bb | 6 |
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" | |||
10 | SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367" | 10 | SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | # CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1 | ||
14 | # NVD database is incomplete | ||
15 | CVE_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 |
14 | EXTRA_OEMESON = " -Denable_kmods=false \ | 20 | EXTRA_OEMESON = " -Denable_kmods=false \ |
15 | -Dexamples=all \ | 21 | -Dexamples=all \ |