summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-01-26 13:09:17 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-01 00:11:35 -0500
commit45de52d11c68cf023566c0d6d4fd341adfb04c7b (patch)
tree1e86c46c6606768d13089a61b976f335198e5640 /recipes-extended/xen/xen_git.bb
parentae6c7fb2d3429781677095ab7eb69da325e714ac (diff)
downloadmeta-virtualization-45de52d11c68cf023566c0d6d4fd341adfb04c7b.tar.gz
xen: update git version to 4.6.x
Since xen.inc has been updated to support only Xen 4.6.x, the xen_git.bb should be updated to a revision in the 4.6.x stable series. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_git.bb')
-rw-r--r--recipes-extended/xen/xen_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index 88145a37..a86a5017 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,13 +1,15 @@
1require xen.inc 1require xen.inc
2 2
3SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a" 3SRCREV = "1fd615aa0108490ffc558d27627f509183cbfdaf"
4 4
5PV = "4.4.0+git${SRCPV}" 5XEN_REL="4.6"
6
7PV = "${XEN_REL}.0+git${SRCPV}"
6 8
7S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
8 10
9SRC_URI = " \ 11SRC_URI = " \
10 git://xenbits.xen.org/xen.git \ 12 git://xenbits.xen.org/xen.git;branch=staging-${XEN_REL} \
11 " 13 "
12 14
13DEFAULT_PREFERENCE = "-1" 15DEFAULT_PREFERENCE = "-1"