summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/dpdk/dpdk.inc')
-rw-r--r--common/recipes-extended/dpdk/dpdk.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-extended/dpdk/dpdk.inc
index 496dd97e..77bd4a8b 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/common/recipes-extended/dpdk/dpdk.inc
@@ -8,12 +8,12 @@ SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
8 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \ 8 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
9 file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \ 9 file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \
10 file://dpdk-16.04-Fix-for-misleading-indentation-error.patch \ 10 file://dpdk-16.04-Fix-for-misleading-indentation-error.patch \
11 file://dpdk-16.11-dpdk-fix-installation-warning-and-issue.patch \
12 file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \ 11 file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \
13 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \ 12 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
13 file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \
14 " 14 "
15 15
16COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64" 16COMPATIBLE_MACHINE = "intel-corei7-64"
17 17
18# dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat. 18# dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat.
19# fuse is in meta-filesystems and qat is not yet upstreamed. 19# fuse is in meta-filesystems and qat is not yet upstreamed.
@@ -29,8 +29,8 @@ export CONFIG_EXAMPLE_DPDK_QAT = "${@bb.utils.contains('PACKAGECONFIG', 'dpdk_qa
29export CONFIG_EXAMPLE_VM_POWER_MANAGER = "${@bb.utils.contains('PACKAGECONFIG', 'libvirt', 'y', 'n', d)}" 29export CONFIG_EXAMPLE_VM_POWER_MANAGER = "${@bb.utils.contains('PACKAGECONFIG', 'libvirt', 'y', 'n', d)}"
30export CONFIG_VHOST_ENABLED = "${@bb.utils.contains('PACKAGECONFIG', 'vhost', 'y', 'n', d)}" 30export CONFIG_VHOST_ENABLED = "${@bb.utils.contains('PACKAGECONFIG', 'vhost', 'y', 'n', d)}"
31 31
32RDEPENDS_${PN} += "python-subprocess" 32RDEPENDS_${PN} += "python-subprocess dpdk-dev-libibverbs"
33DEPENDS = "virtual/kernel" 33DEPENDS = "virtual/kernel dpdk-dev-libibverbs"
34do_configure[depends] += "virtual/kernel:do_shared_workdir" 34do_configure[depends] += "virtual/kernel:do_shared_workdir"
35 35
36inherit module 36inherit module
@@ -134,12 +134,12 @@ FILES_${PN}-dev += " \
134 ${includedir} \ 134 ${includedir} \
135 ${includedir}/${ARCHDIR} \ 135 ${includedir}/${ARCHDIR} \
136 ${includedir}/exec-env \ 136 ${includedir}/exec-env \
137 ${INSTALL_PATH}/scripts/ \ 137 ${INSTALL_PATH}/buildtools/ \
138 ${INSTALL_PATH}/${RTE_TARGET}/include \ 138 ${INSTALL_PATH}/${RTE_TARGET}/include \
139 ${INSTALL_PATH}/${RTE_TARGET}/lib \ 139 ${INSTALL_PATH}/${RTE_TARGET}/lib \
140 " 140 "
141 141
142FILES_${PN} += " ${INSTALL_PATH}/tools/ \ 142FILES_${PN} += " ${INSTALL_PATH}/usertools/ \
143 ${prefix}/sbin/ \ 143 ${prefix}/sbin/ \
144 ${prefix}/bin/ \ 144 ${prefix}/bin/ \
145 ${libdir}/ \ 145 ${libdir}/ \