From 47faa008327abc388c52246b24a8a458b30b6f0d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Oct 2021 08:31:03 -0700 Subject: [PATCH] gn: Ignore textrel build QA errors Fixes ERROR: QA Issue: gn: ELF binary /usr/bin/gn has relocations in .text [textrel] 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 9002cf8..3f05a5a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -50,6 +50,7 @@ INSANE_SKIP:append:pn-cmocka:riscv64 = " textrel" INSANE_SKIP:append:pn-rust-hello-world:riscv64 = " textrel" INSANE_SKIP:append:pn-fish:riscv64 = " textrel" INSANE_SKIP:append:pn-lttng-tools:riscv64 = " textrel" +INSANE_SKIP:append:pn-gn:riscv64 = " textrel" INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel"