summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xvisor/xvisor_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xvisor/xvisor_git.bb')
-rw-r--r--recipes-extended/xvisor/xvisor_git.bb13
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb
index 1d6e79f9..097f1531 100644
--- a/recipes-extended/xvisor/xvisor_git.bb
+++ b/recipes-extended/xvisor/xvisor_git.bb
@@ -8,13 +8,12 @@ require xvisor-configs.inc
8 8
9inherit autotools-brokensep 9inherit autotools-brokensep
10 10
11PV = "0.3.0+git" 11PV = "0.3.2+git"
12 12
13# This version support the RISC-V v0.5.0 Hypervisor extensions 13# This version support the RISC-V v0.5.0 Hypervisor extensions
14SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b" 14SRCREV = "355c79a07d9c1b783962ebf47b9b18194b7d40bd"
15SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ 15SRC_URI = "git://github.com/xvisor/xvisor.git;branch=master;protocol=https \
16 file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \ 16 file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \
17 file://0001-build-use-usr-bin-env-for-python-scripts.patch \
18" 17"
19 18
20EXTRA_OEMAKE += "ARCH=\"${@map_xvisor_arch(d.getVar('TARGET_ARCH'), d)}\" I=${D}" 19EXTRA_OEMAKE += "ARCH=\"${@map_xvisor_arch(d.getVar('TARGET_ARCH'), d)}\" I=${D}"
@@ -52,4 +51,8 @@ INHIBIT_PACKAGE_STRIP = "1"
52 51
53# 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] 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]
54# ERROR: xvisor-git-r0 do_package_qa: QA Issue: xvisor: ELF binary /vmm.elf has relocations in .text [textrel] 53# ERROR: xvisor-git-r0 do_package_qa: QA Issue: xvisor: ELF binary /vmm.elf has relocations in .text [textrel]
55INSANE_SKIP:${PN} += "ldflags textrel" 54# ERROR: xvisor-0.3.2+git-r0 do_package_qa: QA Issue: File /vmm.elf in package xvisor contains reference to TMPDIR [buildpaths]
55# ERROR: xvisor-0.3.2+git-r0 do_package_qa: QA Issue: File /vmm.bin in package xvisor contains reference to TMPDIR [buildpaths]
56# ERROR: xvisor-0.3.2+git-r0 do_package_qa: QA Issue: File /.debug/vmm.elf in package xvisor-dbg contains reference to TMPDIR [buildpaths]
57INSANE_SKIP:${PN} += "buildpaths ldflags textrel"
58INSANE_SKIP:${PN}-dbg += "buildpaths"