mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00: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:
parent
502cf0e864
commit
eac1fdeda3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue