summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/dpdk/dpdk_17.11.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-extended/dpdk/dpdk_17.11.bb b/recipes-extended/dpdk/dpdk_17.11.bb
index f9fe91e8..2eceebe4 100644
--- a/recipes-extended/dpdk/dpdk_17.11.bb
+++ b/recipes-extended/dpdk/dpdk_17.11.bb
@@ -11,9 +11,9 @@ inherit module
11 11
12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \ 12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \
13 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 13 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
14 file://0001-fix-gcc-8-build-error.patch \ 14 file://0001-add-Wno-cast-function-type.patch \
15" 15"
16SRCREV = "f451d2beff458833f4da6682694ebc5c03d595c6" 16SRCREV = "c0fe1b99b562a4015423e8ff748bfb0f55a68c05"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
@@ -100,5 +100,8 @@ FILES_${PN}-dev += "${datadir}/mk ${datadir}/scripts \
100" 100"
101FILES_${PN}-examples += "${datadir}/examples" 101FILES_${PN}-examples += "${datadir}/examples"
102 102
103FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a" 103FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a \
104 /usr/share/examples/cmdif/lib/arm64-dpaa-linuxapp-gcc/*.a \
105 /usr/share/examples/cmdif/lib/arm64-dpaa-linuxapp-gcc/lib/*.a \
106"
104COMPATIBLE_MACHINE = "(qoriq)" 107COMPATIBLE_MACHINE = "(qoriq)"