diff options
-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" | ||