From c3eb6ff6571bebea4245512c63b96ac46a2468af Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Feb 2021 01:08:41 -0800 Subject: [PATCH] layer.conf: Ignore textrels for rust hello world on musl Signed-off-by: Khem Raj --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 9a1bf86..ffefc48 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -47,6 +47,7 @@ INSANE_SKIP_append_pn-poppler_riscv64 = " textrel" INSANE_SKIP_append_pn-util-linux_riscv64 = " textrel" # Only seen when build with gcc INSANE_SKIP_append_pn-cmocka_riscv64 = " textrel" +INSANE_SKIP_append_pn-rust-hello-world_libc-musl_riscv64 = " textrel" INSANE_SKIP_append_pn-xfsdump_riscv32 = " textrel" INSANE_SKIP_append_pn-zabbix_riscv32 = " textrel"