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.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb
index 9e885f02..831c943b 100644
--- a/recipes-extended/xvisor/xvisor_git.bb
+++ b/recipes-extended/xvisor/xvisor_git.bb
@@ -11,8 +11,9 @@ inherit autotools-brokensep
11# This version support the RISC-V v0.5.0 Hypervisor extensions 11# This version support the RISC-V v0.5.0 Hypervisor extensions
12SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618" 12SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618"
13SRC_URI = "git://github.com/avpatel/xvisor-next.git \ 13SRC_URI = "git://github.com/avpatel/xvisor-next.git \
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 " 15 file://0001-EMULATORS-Allow-Xvisor-to-compile-with-gcc-10.patch \
16"
16 17
17S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
18 19