[meta-intel] [PATCH 1/3] dpdk: disable for x32 build

Saul Wold sgw at linux.intel.com
Tue Apr 4 07:59:12 PDT 2017


Until the upstream addresses some issues, this will be disabled
for x32 build

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 common/recipes-extended/dpdk/dpdk_17.02.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/recipes-extended/dpdk/dpdk_17.02.bb b/common/recipes-extended/dpdk/dpdk_17.02.bb
index 05b4b1c..ed54969 100644
--- a/common/recipes-extended/dpdk/dpdk_17.02.bb
+++ b/common/recipes-extended/dpdk/dpdk_17.02.bb
@@ -15,4 +15,5 @@ do_configure_prepend () {
 	sed -e "s#CONFIG_RTE_LIBRTE_POWER=y#CONFIG_RTE_LIBRTE_POWER=${CONFIG_EXAMPLE_VM_POWER_MANAGER}#" -i ${S}/config/common_linuxapp
 }
 
+COMPATIBLE_HOST_linux-gnux32 = "null"
 COMPATIBLE_HOST_libc-musl_class-target = "null"
-- 
2.7.4



More information about the meta-intel mailing list