[meta-intel] [PATCH] lms: Do not build on musl

Khem Raj raj.khem at gmail.com
Wed Oct 9 08:42:54 PDT 2019


It depends on ace which is marked as incompatible for musl as well

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb
index 76baa9f3..5fb602e1 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
+COMPATIBLE_HOST_libc-musl = "null"
+
 inherit cmake systemd
 
 DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman"
-- 
2.23.0



More information about the meta-intel mailing list