From 4d9edc57af02d7e253013a3dd8ff3d9766ff09bb Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 12 Sep 2019 10:54:35 +0800 Subject: dpdk,dpdkvpp: update COMPATIBLE_MACHINE for qoriq soc Signed-off-by: Chunrong Guo --- recipes-extended/dpdk/dpdk.inc | 2 +- recipes-extended/vpp-core/dpdkvpp.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-extended') diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 28f94f7e..2084c9f9 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc @@ -24,7 +24,7 @@ COMPATIBLE_HOST_armv4 = 'null' COMPATIBLE_HOST_armv5 = 'null' COMPATIBLE_HOST_armv6 = 'null' -COMPATIBLE_MACHINE = "(imx)" +COMPATIBLE_MACHINE = "(imx|qoriq)" DPDK_RTE_TARGET_x86-64 = "x86_64-native-linuxapp-gcc" DPDK_RTE_TARGET_x86 = "i686-native-linuxapp-gcc" diff --git a/recipes-extended/vpp-core/dpdkvpp.bb b/recipes-extended/vpp-core/dpdkvpp.bb index 62ab0a8d..5e355fdc 100644 --- a/recipes-extended/vpp-core/dpdkvpp.bb +++ b/recipes-extended/vpp-core/dpdkvpp.bb @@ -24,7 +24,7 @@ COMPATIBLE_HOST_armv4 = 'null' COMPATIBLE_HOST_armv5 = 'null' COMPATIBLE_HOST_armv6 = 'null' -COMPATIBLE_MACHINE = "(imx)" +COMPATIBLE_MACHINE = "(imx|qoriq)" DPDK_RTE_TARGET_x86-64 = "x86_64-native-linuxapp-gcc" DPDK_RTE_TARGET_x86 = "i686-native-linuxapp-gcc" -- cgit v1.2.3-54-g00ecf