diff --git a/recipes-extended/dpdk/dpdk-module_23.03.bb b/recipes-extended/dpdk/dpdk-module_23.07.bb similarity index 81% rename from recipes-extended/dpdk/dpdk-module_23.03.bb rename to 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 \ " BRANCH = "releases" -SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7" +SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f" S = "${WORKDIR}/git" inherit module @@ -48,11 +48,3 @@ do_install() { ${MODULES_INSTALL_TARGET} } -# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1 -# NVD database is incomplete -# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1 -# NVD database is incomplete -CVE_CHECK_IGNORE += "\ - CVE-2021-3839 \ - CVE-2022-0669 \ -" diff --git a/recipes-extended/dpdk/dpdk_23.03.bb b/recipes-extended/dpdk/dpdk_23.07.bb similarity index 84% rename from recipes-extended/dpdk/dpdk_23.03.bb rename to 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 \ " BRANCH = "releases" -SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7" +SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f" S = "${WORKDIR}/git" -# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1 -# NVD database is incomplete -# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1 -# NVD database is incomplete -CVE_CHECK_IGNORE += "\ - CVE-2021-3839 \ - CVE-2022-0669 \ -" - # kernel module is provide by dpdk-module recipe, so disable here EXTRA_OEMESON = " -Denable_kmods=false \ -Dexamples=all \