diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-11-06 15:09:37 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-09 23:03:58 -0500 |
commit | 8e4b1e39a228c28e779f3b1b28347f3b8acfb37e (patch) | |
tree | a43c623d80f84bd4bcf5233f49fee57066a179fd | |
parent | 8afc0b32daf089a002a4673914cc21b4638d01c0 (diff) | |
download | meta-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.bb | 4 |
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 | ||
49 | COMPATIBLE_HOST = "(aarch64|riscv64|riscv32).*" | 49 | COMPATIBLE_HOST = "(aarch64|riscv64|riscv32).*" |
50 | INHIBIT_PACKAGE_STRIP = "1" | 50 | INHIBIT_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] | ||
54 | INSANE_SKIP_${PN} += "ldflags textrel" | ||