summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-11-06 15:09:37 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-09 23:03:58 -0500
commit8e4b1e39a228c28e779f3b1b28347f3b8acfb37e (patch)
treea43c623d80f84bd4bcf5233f49fee57066a179fd
parent8afc0b32daf089a002a4673914cc21b4638d01c0 (diff)
downloadmeta-virtualization-8e4b1e39a228c28e779f3b1b28347f3b8acfb37e.tar.gz
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>
-rw-r--r--recipes-extended/xvisor/xvisor_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb
index 64b0f226..9e885f02 100644
--- a/recipes-extended/xvisor/xvisor_git.bb
+++ b/recipes-extended/xvisor/xvisor_git.bb
@@ -48,3 +48,7 @@ FILES_${PN} += "/*.dtb"
48 48
49COMPATIBLE_HOST = "(aarch64|riscv64|riscv32).*" 49COMPATIBLE_HOST = "(aarch64|riscv64|riscv32).*"
50INHIBIT_PACKAGE_STRIP = "1" 50INHIBIT_PACKAGE_STRIP = "1"
51
52# 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]
53# ERROR: xvisor-git-r0 do_package_qa: QA Issue: xvisor: ELF binary /vmm.elf has relocations in .text [textrel]
54INSANE_SKIP_${PN} += "ldflags textrel"