summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-13 07:55:39 -0800
committerSaul Wold <sgw@linux.intel.com>2017-04-04 07:57:56 -0700
commitebb8fc8026b90758d10c1a2c25111043c2e3c3c0 (patch)
treeada2980067d8dc2defaae33c266d300ae9391500 /common
parent600c8a342c7465772bda5fd69fa7736a83669e91 (diff)
downloadmeta-intel-ebb8fc8026b90758d10c1a2c25111043c2e3c3c0.tar.gz
dpdk: disable for x32 build
Until the upstream addresses some issues, this will be disabled for x32 build Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-extended/dpdk/dpdk_17.02.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/recipes-extended/dpdk/dpdk_17.02.bb b/common/recipes-extended/dpdk/dpdk_17.02.bb
index 05b4b1cb..ed549694 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 () {
15 sed -e "s#CONFIG_RTE_LIBRTE_POWER=y#CONFIG_RTE_LIBRTE_POWER=${CONFIG_EXAMPLE_VM_POWER_MANAGER}#" -i ${S}/config/common_linuxapp 15 sed -e "s#CONFIG_RTE_LIBRTE_POWER=y#CONFIG_RTE_LIBRTE_POWER=${CONFIG_EXAMPLE_VM_POWER_MANAGER}#" -i ${S}/config/common_linuxapp
16} 16}
17 17
18COMPATIBLE_HOST_linux-gnux32 = "null"
18COMPATIBLE_HOST_libc-musl_class-target = "null" 19COMPATIBLE_HOST_libc-musl_class-target = "null"