summaryrefslogtreecommitdiffstats
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 15:31:49 -0500
commitb5e2533b74968906093d334bc108f60c5e6b33d6 (patch)
treed94a4d5312b961b3d8f0921fccd2a4a602cc4275
parentd62fe6dbd116990c19c13899c79341e7452fe335 (diff)
downloadmeta-virtualization-b5e2533b74968906093d334bc108f60c5e6b33d6.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>
-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"