diff options
author | Anuj Mittal <anujx.mittal@intel.com> | 2015-08-27 18:15:14 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2015-08-27 19:14:41 -0700 |
commit | 7559504bf2186f78c2775998ff4fd15f3cc9010b (patch) | |
tree | dbe1108d62b087f26b4ae27cc8c5944d25615ab5 /meta-isg/common/recipes-extended | |
parent | 2cf0cf3f6f64ff13c43974e0ca2518938bc9c4f9 (diff) | |
download | meta-intel-7559504bf2186f78c2775998ff4fd15f3cc9010b.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>
Diffstat (limited to 'meta-isg/common/recipes-extended')
-rw-r--r-- | meta-isg/common/recipes-extended/dpdk/dpdk.inc | 3 |
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 | ||
12 | COMPATIBLE_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 : |