summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk.inc')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
index 1bd2a26e..da481fce 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
@@ -4,12 +4,13 @@ LICENSE = "BSD & LGPLv2 & GPLv2"
4LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
5 5
6SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \ 6SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
7 file://dpdk-1.8.0-and-2.0.0-examples-add-config-variable-to-enable-disable-dpdk.patch \
8 file://dpdk-1.8.0-and-2.0.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 7 file://dpdk-1.8.0-and-2.0.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
9 file://dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch \ 8 file://dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch \
10 file://dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch \ 9 file://dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch \
11 " 10 "
12 11
12COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"
13
13# dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat. 14# dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat.
14# fuse is in meta-filesystems and qat is not yet upstreamed. 15# fuse is in meta-filesystems and qat is not yet upstreamed.
15# So adding mechanism to explicitly disable the use of fuse and qat. 16# So adding mechanism to explicitly disable the use of fuse and qat.
@@ -54,6 +55,7 @@ def get_dpdk_target_mach(bb, d):
54 "crystalforest": "ivb", 55 "crystalforest": "ivb",
55 "romley": "snd", 56 "romley": "snd",
56 "romley-ivb": "ivb", 57 "romley-ivb": "ivb",
58 "intel_corei7_64": "hsw",
57 } 59 }
58 60
59 if target_arch in multiarch_options : 61 if target_arch in multiarch_options :