mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
tgt: Skip textrel check
fixes ERROR: tgt-1.0.79+gitAUTOINC+b43dbc6711-r0 do_package_qa: QA Issue: tgt: ELF binary /usr/sbin/tgtd has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -45,6 +45,7 @@ INSANE_SKIP:append:pn-opensaf:riscv64 = " textrel"
|
||||
INSANE_SKIP:append:pn-rdma-core:riscv64 = " textrel"
|
||||
INSANE_SKIP:append:pn-doxygen:riscv64 = " textrel"
|
||||
INSANE_SKIP:append:pn-poppler:riscv64 = " textrel"
|
||||
INSANE_SKIP:append:pn-tgt:riscv64 = " textrel"
|
||||
# Only seen when build with gcc
|
||||
INSANE_SKIP:append:pn-util-linux:riscv64 = " textrel"
|
||||
# Only seen when build with gcc
|
||||
@@ -80,6 +81,7 @@ INSANE_SKIP:append:pn-opengl-es-cts:riscv32 = " textrel"
|
||||
INSANE_SKIP:append:pn-perf:riscv32 = " textrel"
|
||||
INSANE_SKIP:append:pn-rust-hello-world:riscv32 = " textrel"
|
||||
INSANE_SKIP:append:pn-fish:riscv32 = " textrel"
|
||||
INSANE_SKIP:append:pn-tgt:riscv32 = " textrel"
|
||||
# Only seen when build with gcc
|
||||
INSANE_SKIP:append:pn-cmocka:riscv32 = " textrel"
|
||||
# Only seen when build with gcc
|
||||
|
||||
Reference in New Issue
Block a user