summaryrefslogtreecommitdiffstats
path: root/meta-isg/common
diff options
context:
space:
mode:
Diffstat (limited to 'meta-isg/common')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
index 929397d7..da481fce 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
@@ -9,6 +9,8 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
9 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 \
10 " 10 "
11 11
12COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"
13
12# 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.
13# fuse is in meta-filesystems and qat is not yet upstreamed. 15# fuse is in meta-filesystems and qat is not yet upstreamed.
14# 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.
@@ -53,6 +55,7 @@ def get_dpdk_target_mach(bb, d):
53 "crystalforest": "ivb", 55 "crystalforest": "ivb",
54 "romley": "snd", 56 "romley": "snd",
55 "romley-ivb": "ivb", 57 "romley-ivb": "ivb",
58 "intel_corei7_64": "hsw",
56 } 59 }
57 60
58 if target_arch in multiarch_options : 61 if target_arch in multiarch_options :