summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-07-31 12:35:50 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-08-02 22:57:14 -0400
commitf5f8849df623ed5d33d091d42c7b9504b3ce77c5 (patch)
treed6a44ecedb00f6dc447bf6dd9fe2de1e2d316162
parentba47f2579104bd67e7409716b8c5a0374bee4976 (diff)
downloadmeta-virtualization-f5f8849df623ed5d33d091d42c7b9504b3ce77c5.tar.gz
xen: Update git recipe to build latest upstream staging branch
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index e10d669f..da1eea60 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,9 +1,10 @@
1require xen.inc 1require xen.inc
2 2
3SRCREV ?= "9a6cc4f5c14b3d7542b7523f88a1b65464733d3a" 3SRCREV ?= "2b50cdbc444c637575580dcfa6c9525a84d5cc62"
4 4
5XEN_REL ?= "4.7" 5XEN_REL = "4.12"
6XEN_BRANCH ?= "staging-${XEN_REL}" 6XEN_BRANCH = "staging"
7FLASK_POLICY_FILE = "xenpolicy-${XEN_REL}-unstable"
7 8
8PV = "${XEN_REL}+git${SRCPV}" 9PV = "${XEN_REL}+git${SRCPV}"
9 10