summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anujx.mittal@intel.com>2015-08-27 18:15:14 +0800
committerSaul Wold <sgw@linux.intel.com>2015-08-27 22:37:46 -0700
commit0422a120a214eaf14bedb4baa5e39433a1c6f318 (patch)
tree451536568271e02d26297ba6377e161e9f402e69
parent095da3fde74befcf94d1c9a4b10499ba5b4308b7 (diff)
downloadmeta-intel-0422a120a214eaf14bedb4baa5e39433a1c6f318.tar.gz
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 <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> (cherry picked from commit 7559504bf2186f78c2775998ff4fd15f3cc9010b) Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 :