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 <[email protected]> --- 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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
