summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-09 14:46:08 -0800
committerSaul Wold <sgw@linux.intel.com>2017-02-10 07:52:50 -0800
commit9d4da3577d827e64f6bc7ed8e50f31c5bcf3a752 (patch)
treec0ea7618570f7cf2c6c0b40acd149b3e31955e8a /common/recipes-extended
parent69af9a33bb9968074d06a97353a795c5ebbb6860 (diff)
downloadmeta-intel-9d4da3577d827e64f6bc7ed8e50f31c5bcf3a752.tar.gz
dpdk: Disable building for musl
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@linux.intel.com>
Diffstat (limited to 'common/recipes-extended')
-rw-r--r--common/recipes-extended/dpdk/dpdk_16.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/recipes-extended/dpdk/dpdk_16.11.bb b/common/recipes-extended/dpdk/dpdk_16.11.bb
index c544eb34..5617f10a 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"
14do_configure_prepend () { 14do_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
18COMPATIBLE_HOST_libc-musl_class-target = "null"