diff options
| author | Christopher Clark <christopher.w.clark@gmail.com> | 2018-07-31 12:35:50 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-02 22:57:14 -0400 |
| commit | f5f8849df623ed5d33d091d42c7b9504b3ce77c5 (patch) | |
| tree | d6a44ecedb00f6dc447bf6dd9fe2de1e2d316162 | |
| parent | ba47f2579104bd67e7409716b8c5a0374bee4976 (diff) | |
| download | meta-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.bb | 7 |
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 @@ | |||
| 1 | require xen.inc | 1 | require xen.inc |
| 2 | 2 | ||
| 3 | SRCREV ?= "9a6cc4f5c14b3d7542b7523f88a1b65464733d3a" | 3 | SRCREV ?= "2b50cdbc444c637575580dcfa6c9525a84d5cc62" |
| 4 | 4 | ||
| 5 | XEN_REL ?= "4.7" | 5 | XEN_REL = "4.12" |
| 6 | XEN_BRANCH ?= "staging-${XEN_REL}" | 6 | XEN_BRANCH = "staging" |
| 7 | FLASK_POLICY_FILE = "xenpolicy-${XEN_REL}-unstable" | ||
| 7 | 8 | ||
| 8 | PV = "${XEN_REL}+git${SRCPV}" | 9 | PV = "${XEN_REL}+git${SRCPV}" |
| 9 | 10 | ||
