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>
This commit is contained in:
Lee Chee Yang 2023-10-03 11:30:24 +08:00 committed by Anuj Mittal
parent 2fc2b68bdc
commit cb685ae574
2 changed files with 2 additions and 19 deletions

View File

@ -7,7 +7,7 @@ SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
" "
BRANCH = "releases" BRANCH = "releases"
SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7" SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit module inherit module
@ -48,11 +48,3 @@ do_install() {
${MODULES_INSTALL_TARGET} ${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 \
"

View File

@ -5,18 +5,9 @@ SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
" "
BRANCH = "releases" BRANCH = "releases"
SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7" SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f"
S = "${WORKDIR}/git" 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 # kernel module is provide by dpdk-module recipe, so disable here
EXTRA_OEMESON = " -Denable_kmods=false \ EXTRA_OEMESON = " -Denable_kmods=false \
-Dexamples=all \ -Dexamples=all \