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 <[email protected]>
---
 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 929397d..da481fc 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 :
-- 
1.7.9.5

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to