diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-29 17:21:36 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-29 17:21:36 -0500 |
| commit | 9a7aa013db5a13a82e9aa38ff0b1692ef4bf5478 (patch) | |
| tree | 2afaaf374edf2e764415f51f156b871c8e6ef998 /recipes-extended/xvisor/xvisor_git.bb | |
| parent | da0f1599ce3e001c809a2ddb9d0a1c75491dda94 (diff) | |
| download | meta-virtualization-9a7aa013db5a13a82e9aa38ff0b1692ef4bf5478.tar.gz | |
xvisor: uprev to latest master and fix python reference
Bumping to the latest xvisor tip.
We drop one patch that is now part of the upstream, and we
add another to remove /usr/bin/python from scripts called
during build, since it breaks the build on hosts without
/usr/bin/python.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xvisor/xvisor_git.bb')
| -rw-r--r-- | recipes-extended/xvisor/xvisor_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb index 749fec3d..4d2a719e 100644 --- a/recipes-extended/xvisor/xvisor_git.bb +++ b/recipes-extended/xvisor/xvisor_git.bb | |||
| @@ -9,10 +9,10 @@ require xvisor-configs.inc | |||
| 9 | inherit autotools-brokensep | 9 | inherit autotools-brokensep |
| 10 | 10 | ||
| 11 | # This version support the RISC-V v0.5.0 Hypervisor extensions | 11 | # This version support the RISC-V v0.5.0 Hypervisor extensions |
| 12 | SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618" | 12 | SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b" |
| 13 | SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ | 13 | SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ |
| 14 | file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \ | 14 | file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \ |
| 15 | file://0001-EMULATORS-Allow-Xvisor-to-compile-with-gcc-10.patch \ | 15 | file://0001-build-use-usr-bin-env-for-python-scripts.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
