diff options
-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 | ||
5 | STABLE = "-stable" | 5 | STABLE = "-stable" |
6 | BRANCH = "23.11" | 6 | BRANCH = "23.11" |
7 | SRCREV = "eeb0605f118dae66e80faa44f7b3e88748032353" | 7 | SRCREV = "a6ec5765cf83d3d58cbd6d4ed5b92b4a06f8a808" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | def get_cpu_instruction_set(bb, d): | 10 | def get_cpu_instruction_set(bb, d): |
@@ -53,7 +53,7 @@ PACKAGES =+ "${PN}-examples ${PN}-tools" | |||
53 | FILES:${PN} += " ${bindir}/dpdk-testpmd \ | 53 | FILES:${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 | " |
58 | FILES:${PN}-examples = " \ | 58 | FILES:${PN}-examples = " \ |
59 | ${prefix}/share/dpdk/examples/* \ | 59 | ${prefix}/share/dpdk/examples/* \ |