From c7bf2d42de7cb1757c80ed4f6f9610c36e5dd05a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 15 Oct 2021 05:54:03 -0700 Subject: [PATCH] apitrace: Skip textrel QA error Signed-off-by: Khem Raj --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 3f05a5a..912544f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -51,6 +51,7 @@ 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-apitrace:riscv64 = " textrel" INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel" @@ -76,6 +77,7 @@ INSANE_SKIP:append:pn-fish:riscv32 = " textrel" INSANE_SKIP:append:pn-cmocka:riscv32 = " textrel" # Only seen when build with gcc INSANE_SKIP:append:pn-util-linux:riscv32 = " textrel" +INSANE_SKIP:append:pn-apitrace:riscv32 = " textrel" # These recipe dont _yet_ build for rv32 COMPATIBLE_HOST:pn-openh264:riscv32 = "null"