[meta-intel] [PATCH 08/10] dpdk: Disable building for musl

Saul Wold sgw at linux.intel.com
Fri Feb 10 11:10:12 PST 2017


Currently dpdk requires the execinfo.h header from glibc which
is not part of MUSL, so for now disable this package.

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

diff --git a/common/recipes-extended/dpdk/dpdk_16.11.bb b/common/recipes-extended/dpdk/dpdk_16.11.bb
index c544eb3..5617f10 100644
--- a/common/recipes-extended/dpdk/dpdk_16.11.bb
+++ b/common/recipes-extended/dpdk/dpdk_16.11.bb
@@ -14,3 +14,5 @@ export ARCHDIR = "generic"
 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_libc-musl_class-target = "null"
-- 
2.7.4



More information about the meta-intel mailing list