mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
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 <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user