From ec2c3d1104acbc1407f9d4f2644f3b4659bf63f2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Sep 2020 13:29:01 -0700 Subject: [PATCH] ltp: Enable buids on rv32/musl Signed-off-by: Khem Raj --- conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index fb04afc..998f0c3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -80,7 +80,8 @@ COMPATIBLE_HOST_pn-gerbera_riscv32 = "null" COMPATIBLE_HOST_pn-jack_riscv32 = "null" COMPATIBLE_HOST_pn-directfb_riscv32 = "null" COMPATIBLE_HOST_pn-telepathy-glib_riscv32 = "null" -COMPATIBLE_HOST_pn-ltp_riscv32 = "null" +# Enable LTP only for musl for now +COMPATIBLE_HOST_pn-ltp_libc-glibc_riscv32 = "null" COMPATIBLE_HOST_pn-gnome-desktop3_riscv32 = "null" COMPATIBLE_HOST_pn-libgweather_riscv32 = "null" COMPATIBLE_HOST_pn-android-tools_riscv32 = "null"