From 19c230d81a4c8bb4ea9d53cf14a6d86871e5237a Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Thu, 29 Dec 2016 15:34:12 +0100 Subject: dpdk: add support for qemux86-64 Since qemux86-64 is based on core2 64bit architecture it should be possible to run dpdk on it. Signed-off-by: Adrian Calianu --- recipes-extended/dpdk/dpdk_16.11.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-extended/dpdk/dpdk_16.11.bbappend b/recipes-extended/dpdk/dpdk_16.11.bbappend index f536065..fe25646 100644 --- a/recipes-extended/dpdk/dpdk_16.11.bbappend +++ b/recipes-extended/dpdk/dpdk_16.11.bbappend @@ -1,4 +1,7 @@ COMPATIBLE_MACHINE_inteld1521 = "inteld1521" +COMPATIBLE_MACHINE_qemux86-64 = "qemux86-64" + +export RTE_TARGET="${@bb.utils.contains("TUNE_FEATURES", "m64", "x86_64-native-linuxapp-gcc", "i686-native-linuxapp-gcc", d)}" # Overrides the default value set to DPDK_TARGET_MACH in dpdk.inc, # with the purpose adding 'inteld1521' to 'multiarch_options' @@ -12,6 +15,7 @@ def get_dpdk_target(bb, d): "crystalforest": "ivb", "intel_corei7_64": "hsw", "inteld1521": "hsw", + "qemux86_64": "default", } if target_arch in multiarch_options : -- cgit v1.2.3-54-g00ecf