summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/dpdk/dpdk_23.11.1.bb (renamed from recipes-extended/dpdk/dpdk_23.11.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/dpdk/dpdk_23.11.bb b/recipes-extended/dpdk/dpdk_23.11.1.bb
index fc2796a..e7a0a23 100644
--- a/recipes-extended/dpdk/dpdk_23.11.bb
+++ b/recipes-extended/dpdk/dpdk_23.11.1.bb
@@ -4,7 +4,7 @@ SRC_URI += " file://0001-config-meson-get-cpu_instruction_set-from-meson-opti.pa
4 4
5STABLE = "-stable" 5STABLE = "-stable"
6BRANCH = "23.11" 6BRANCH = "23.11"
7SRCREV = "eeb0605f118dae66e80faa44f7b3e88748032353" 7SRCREV = "a6ec5765cf83d3d58cbd6d4ed5b92b4a06f8a808"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10def get_cpu_instruction_set(bb, d): 10def get_cpu_instruction_set(bb, d):
@@ -53,7 +53,7 @@ PACKAGES =+ "${PN}-examples ${PN}-tools"
53FILES:${PN} += " ${bindir}/dpdk-testpmd \ 53FILES:${PN} += " ${bindir}/dpdk-testpmd \
54 ${bindir}/dpdk-proc-info \ 54 ${bindir}/dpdk-proc-info \
55 ${libdir}/*.so* \ 55 ${libdir}/*.so* \
56 ${libdir}/dpdk/pmds-22.0/*.so* \ 56 ${libdir}/dpdk/pmds-24.0/*.so* \
57 " 57 "
58FILES:${PN}-examples = " \ 58FILES:${PN}-examples = " \
59 ${prefix}/share/dpdk/examples/* \ 59 ${prefix}/share/dpdk/examples/* \