The same patches from LSM8 can be applied to LMS7 for enabling world build with MUSL in meta-intel
Signed-off-by: Saul Wold <[email protected]> --- common/recipes-bsp/amt/lms7_7.1.20.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/recipes-bsp/amt/lms7_7.1.20.bb b/common/recipes-bsp/amt/lms7_7.1.20.bb index 87de86b..eca3681 100644 --- a/common/recipes-bsp/amt/lms7_7.1.20.bb +++ b/common/recipes-bsp/amt/lms7_7.1.20.bb @@ -12,6 +12,8 @@ SRC_URI = "http://software.intel.com/sites/default/files/m/4/e/a/9/b/37962-${BPN file://atnetworktool-printf-fix.patch \ file://readlink-declaration.patch \ file://0001-Protocol.cpp-Add-whitespace-for-gcc6-compile-error.patch \ + file://0001-Include-sys-select.h-for-fd_set.patch \ + file://0002-Use-proper-netinet-in.h-API.patch \ " LOCALSRC = "file://${WORKDIR}/outputdir/${BPN}-${PV}-${PV_SUB}.tar.gz" -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
