[meta-virtualization] [PATCH v2 1/8] xen: update git version to 4.6.x

Doug Goldstein cardoe at cardoe.com
Tue Jan 26 11:09:17 PST 2016


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 at cardoe.com>
---
 recipes-extended/xen/xen_git.bb | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index 88145a3..a86a501 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,13 +1,15 @@
 require xen.inc
 
-SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a"
+SRCREV = "1fd615aa0108490ffc558d27627f509183cbfdaf"
 
-PV = "4.4.0+git${SRCPV}"
+XEN_REL="4.6"
+
+PV = "${XEN_REL}.0+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
 SRC_URI = " \
-    git://xenbits.xen.org/xen.git \
+    git://xenbits.xen.org/xen.git;branch=staging-${XEN_REL} \
     "
 
 DEFAULT_PREFERENCE = "-1"
-- 
2.4.10



More information about the meta-virtualization mailing list