mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
69af9a33bb
commit
9d4da3577d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user