diff options
Diffstat (limited to 'recipes-extended/xvisor/xvisor_git.bb')
| -rw-r--r-- | recipes-extended/xvisor/xvisor_git.bb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb index 205951e9..097f1531 100644 --- a/recipes-extended/xvisor/xvisor_git.bb +++ b/recipes-extended/xvisor/xvisor_git.bb | |||
| @@ -8,17 +8,14 @@ require xvisor-configs.inc | |||
| 8 | 8 | ||
| 9 | inherit autotools-brokensep | 9 | inherit autotools-brokensep |
| 10 | 10 | ||
| 11 | PV = "0.3.0+git" | 11 | PV = "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 |
| 14 | SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b" | 14 | SRCREV = "355c79a07d9c1b783962ebf47b9b18194b7d40bd" |
| 15 | SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ | 15 | SRC_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 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | EXTRA_OEMAKE += "ARCH=\"${@map_xvisor_arch(d.getVar('TARGET_ARCH'), d)}\" I=${D}" | 19 | EXTRA_OEMAKE += "ARCH=\"${@map_xvisor_arch(d.getVar('TARGET_ARCH'), d)}\" I=${D}" |
| 23 | 20 | ||
| 24 | CONFIG = "${@get_oemake_config(d.getVar('TARGET_ARCH'), d)}" | 21 | CONFIG = "${@get_oemake_config(d.getVar('TARGET_ARCH'), d)}" |
| @@ -54,4 +51,8 @@ INHIBIT_PACKAGE_STRIP = "1" | |||
| 54 | 51 | ||
| 55 | # 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] |
| 56 | # 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] |
| 57 | INSANE_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] | ||
| 57 | INSANE_SKIP:${PN} += "buildpaths ldflags textrel" | ||
| 58 | INSANE_SKIP:${PN}-dbg += "buildpaths" | ||
