From 7559504bf2186f78c2775998ff4fd15f3cc9010b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 27 Aug 2015 18:15:14 +0800 Subject: meta-isg: dpdk: intel-corei7-64 as COMPATIBLE_MACHINE Add intel-corei7-64 as a compatible machine in addition to crystalforest. This is in line with the move to intel common BSP for all supported platforms. Signed-off-by: Anuj Mittal Signed-off-by: Saul Wold --- meta-isg/common/recipes-extended/dpdk/dpdk.inc | 3 +++ 1 file changed, 3 insertions(+) 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 \ file://dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch \ " +COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64" + # dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat. # fuse is in meta-filesystems and qat is not yet upstreamed. # So adding mechanism to explicitly disable the use of fuse and qat. @@ -53,6 +55,7 @@ def get_dpdk_target_mach(bb, d): "crystalforest": "ivb", "romley": "snd", "romley-ivb": "ivb", + "intel_corei7_64": "hsw", } if target_arch in multiarch_options : -- cgit v1.2.3-54-g00ecf