From bb4c722ae47560b980de831f08abec30c1f7ad0f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 27 Mar 2021 18:12:10 -0700 Subject: [PATCH] rust-hello-world: skip textrel checks for glibc/rv64 too Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 06c124e..a2f0719 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -47,7 +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-rust-hello-world_riscv64 = " textrel" INSANE_SKIP_append_pn-xfsdump_riscv32 = " textrel" INSANE_SKIP_append_pn-zabbix_riscv32 = " textrel"