diff options
-rw-r--r-- | recipes-extended/xvisor/xvisor_git.bb | 2 |
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 | ||
9 | inherit autotools-brokensep | 9 | inherit autotools-brokensep |
10 | 10 | ||
11 | PV = "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 |
12 | SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b" | 14 | SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b" |
13 | SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ | 15 | SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ |