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>
This commit is contained in:
Saul Wold 2017-02-09 14:46:08 -08:00
parent 69af9a33bb
commit 9d4da3577d

View File

@ -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"