diff options
author | Chris Patterson <pattersonc@ainfosec.com> | 2016-07-27 16:30:42 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce@zedd.org> | 2016-07-31 22:55:51 -0400 |
commit | f7fd44846101f1102ad382390bf60812b615c66a (patch) | |
tree | b2624f069f975e3641c27a76dda875db1ff3faf4 /recipes-extended/xen/xen_git.bb | |
parent | 917953761ca32ec871d1b411a03a95ef2e50bda0 (diff) | |
download | meta-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.bb | 9 |
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 @@ | |||
1 | require xen.inc | 1 | require xen.inc |
2 | 2 | ||
3 | SRCREV = "1fd615aa0108490ffc558d27627f509183cbfdaf" | 3 | SRCREV ?= "9a6cc4f5c14b3d7542b7523f88a1b65464733d3a" |
4 | 4 | ||
5 | XEN_REL="4.6" | 5 | XEN_REL ?= "4.7" |
6 | XEN_BRANCH ?= "staging-${XEN_REL}" | ||
6 | 7 | ||
7 | PV = "${XEN_REL}.0+git${SRCPV}" | 8 | PV = "${XEN_REL}+git${SRCPV}" |
8 | 9 | ||
9 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
10 | 11 | ||
11 | SRC_URI = " \ | 12 | SRC_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 | ||
15 | DEFAULT_PREFERENCE = "-1" | 16 | DEFAULT_PREFERENCE = "-1" |