summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-12-01 17:40:34 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-12-01 23:02:50 -0500
commitba4217b5b591e983229841cf63049f574406dd67 (patch)
treed1e289707e7d81a7c2774a58eda898a458ac72e6
parent17c0adda11f2b0adbeab2b73830d1b506f33b1e5 (diff)
downloadmeta-virtualization-ba4217b5b591e983229841cf63049f574406dd67.tar.gz
xvisor: set PV
* use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is still the closest release I've found and matches PROJECT_VERSION in Makefile: https://github.com/avpatel/xvisor-next/blob/6b23764a1439f9d08b2ed2f363da522460d8a22b/Makefile#L29 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xvisor/xvisor_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb
index 4d2a719e..26b4e0f0 100644
--- a/recipes-extended/xvisor/xvisor_git.bb
+++ b/recipes-extended/xvisor/xvisor_git.bb
@@ -8,6 +8,8 @@ require xvisor-configs.inc
8 8
9inherit autotools-brokensep 9inherit autotools-brokensep
10 10
11PV = "0.3.0+git${SRCPV}"
12
11# This version support the RISC-V v0.5.0 Hypervisor extensions 13# This version support the RISC-V v0.5.0 Hypervisor extensions
12SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b" 14SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b"
13SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ 15SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \