summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xvisor/xvisor_git.bb (renamed from recipes-extended/xvisor/xvisor_0.3.0.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/xvisor/xvisor_0.3.0.bb b/recipes-extended/xvisor/xvisor_git.bb
index 66ad6187..45a7baf5 100644
--- a/recipes-extended/xvisor/xvisor_0.3.0.bb
+++ b/recipes-extended/xvisor/xvisor_git.bb
@@ -8,8 +8,9 @@ require xvisor-configs.inc
8 8
9inherit autotools-brokensep 9inherit autotools-brokensep
10 10
11SRCREV = "58592ef18c71526a0045935d1e8eed5e8553b7d6" 11# This version support the RISC-V v0.5.0 Hypervisor extensions
12SRC_URI = "git://github.com/xvisor/xvisor.git \ 12SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618"
13SRC_URI = "git://github.com/avpatel/xvisor-next.git \
13 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 \
14 " 15 "
15 16