From 108530d4da6cf04a01cd0c53abfaed6776f90fc4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 11 Sep 2021 12:13:42 -0700 Subject: [PATCH] lttng-tools: Skip textrel on rv64 Latest version is causing QA errors e.g. ERROR: lttng-tools-2.13.0-r0 do_package_qa: QA Issue: lttng-tools: ELF binary /usr/lib/lttng/libexec/lttng-consumerd has relocations in .text lttng-tools: ELF binary /usr/bin/lttng has relocations in .text lttng-tools: ELF binary /usr/bin/lttng-crash has relocations in .text lttng-tools: ELF binary /usr/bin/lttng-relayd has relocations in .text lttng-tools: ELF binary /usr/bin/lttng-sessiond 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 29fce35..9002cf8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -49,6 +49,7 @@ INSANE_SKIP:append:pn-util-linux:riscv64 = " textrel" 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-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel"