summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-10-03 11:30:24 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-03 14:57:36 +0800
commitcb685ae5746cda6175e97e0758dc3c669eaa6633 (patch)
tree7ebeb4e807f1c7c2f18bb0dadbadab33ba024c7a
parent2fc2b68bdca44e7bb90b1360f10c4459cde911b8 (diff)
downloadmeta-dpdk-cb685ae5746cda6175e97e0758dc3c669eaa6633.tar.gz
dpdk/23: update to 23.07
Drop CVE IGNORE as both CVE-2021-3839 and CVE-2022-0669 were fixed in 22.03. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-extended/dpdk/dpdk-module_23.07.bb (renamed from recipes-extended/dpdk/dpdk-module_23.03.bb)10
-rw-r--r--recipes-extended/dpdk/dpdk_23.07.bb (renamed from recipes-extended/dpdk/dpdk_23.03.bb)11
2 files changed, 2 insertions, 19 deletions
diff --git a/recipes-extended/dpdk/dpdk-module_23.03.bb b/recipes-extended/dpdk/dpdk-module_23.07.bb
index b8f6c95..c76ed87 100644
--- a/recipes-extended/dpdk/dpdk-module_23.03.bb
+++ b/recipes-extended/dpdk/dpdk-module_23.07.bb
@@ -7,7 +7,7 @@ SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
7" 7"
8 8
9BRANCH = "releases" 9BRANCH = "releases"
10SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7" 10SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13inherit module 13inherit module
@@ -48,11 +48,3 @@ do_install() {
48 ${MODULES_INSTALL_TARGET} 48 ${MODULES_INSTALL_TARGET}
49} 49}
50 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_23.03.bb b/recipes-extended/dpdk/dpdk_23.07.bb
index 0f4d255..3a1b0a8 100644
--- a/recipes-extended/dpdk/dpdk_23.03.bb
+++ b/recipes-extended/dpdk/dpdk_23.07.bb
@@ -5,18 +5,9 @@ SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
5" 5"
6 6
7BRANCH = "releases" 7BRANCH = "releases"
8SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7" 8SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
12# NVD database is incomplete
13# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1
14# NVD database is incomplete
15CVE_CHECK_IGNORE += "\
16 CVE-2021-3839 \
17 CVE-2022-0669 \
18"
19
20# kernel module is provide by dpdk-module recipe, so disable here 11# kernel module is provide by dpdk-module recipe, so disable here
21EXTRA_OEMESON = " -Denable_kmods=false \ 12EXTRA_OEMESON = " -Denable_kmods=false \
22 -Dexamples=all \ 13 -Dexamples=all \