summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
diff options
context:
space:
mode:
authorChris Patterson <pattersonc@ainfosec.com>2016-07-27 16:30:42 -0400
committerBruce Ashfield <bruce@zedd.org>2016-07-31 22:55:51 -0400
commitf7fd44846101f1102ad382390bf60812b615c66a (patch)
treeb2624f069f975e3641c27a76dda875db1ff3faf4 /recipes-extended/xen/xen_git.bb
parent917953761ca32ec871d1b411a03a95ef2e50bda0 (diff)
downloadmeta-virtualization-f7fd44846101f1102ad382390bf60812b615c66a.tar.gz
xen: uprev to 4.7.0
- update packages and add additional ones for new binaries (cpuid and livepatch) - update xen_git to point to 4.7, make branch= fully variable, and remove assumed .0 from release version - add patch to fix compilation of xen with gcc 6 on arm/aarch64 Build tested x86_64 and aarch64 targets. Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> Signed-off-by: Bruce Ashfield <bruce@zedd.org>
Diffstat (limited to 'recipes-extended/xen/xen_git.bb')
-rw-r--r--recipes-extended/xen/xen_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index a86a5017..e10d669f 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,15 +1,16 @@
1require xen.inc 1require xen.inc
2 2
3SRCREV = "1fd615aa0108490ffc558d27627f509183cbfdaf" 3SRCREV ?= "9a6cc4f5c14b3d7542b7523f88a1b65464733d3a"
4 4
5XEN_REL="4.6" 5XEN_REL ?= "4.7"
6XEN_BRANCH ?= "staging-${XEN_REL}"
6 7
7PV = "${XEN_REL}.0+git${SRCPV}" 8PV = "${XEN_REL}+git${SRCPV}"
8 9
9S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
10 11
11SRC_URI = " \ 12SRC_URI = " \
12 git://xenbits.xen.org/xen.git;branch=staging-${XEN_REL} \ 13 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
13 " 14 "
14 15
15DEFAULT_PREFERENCE = "-1" 16DEFAULT_PREFERENCE = "-1"