mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xvisor: skip QA checks ldflags and textrel
* feel free to fix it properly, I don't use xvisor at all it just shown these 2 errors in my aarch64 world builds and this recipe needs more love than just these 2 issues like setting PV to something better than "git" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
8afc0b32da
commit
8e4b1e39a2
|
@ -48,3 +48,7 @@ FILES_${PN} += "/*.dtb"
|
||||||
|
|
||||||
COMPATIBLE_HOST = "(aarch64|riscv64|riscv32).*"
|
COMPATIBLE_HOST = "(aarch64|riscv64|riscv32).*"
|
||||||
INHIBIT_PACKAGE_STRIP = "1"
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
|
||||||
|
# ERROR: xvisor-git-r0 do_package_qa: QA Issue: File /vmm.elf in package xvisor doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags]
|
||||||
|
# ERROR: xvisor-git-r0 do_package_qa: QA Issue: xvisor: ELF binary /vmm.elf has relocations in .text [textrel]
|
||||||
|
INSANE_SKIP_${PN} += "ldflags textrel"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user