summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-07-30 10:20:39 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-02 20:24:07 -0400
commitf84f789e969ccaa127a0b1e53935e96ddd21aa4f (patch)
tree291e9b5cad2d67994eb509f8f3af6ecf77b24450 /recipes-extended/xen/xen_git.bb
parent00b472ca437262bd7fc150b522014e31e5ed0cbd (diff)
downloadmeta-virtualization-f84f789e969ccaa127a0b1e53935e96ddd21aa4f.tar.gz
xen: upgrade to Xen 4.14 as default and advance the git recipe version
Release announcement for Xen 4.14: https://lists.xenproject.org/archives/html/xen-devel/2020-07/msg01263.html Make the 4.14 recipe the default preference and advance the git recipe onto the current 4.15 development branch. Retire the patches for the earlier versions. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen_git.bb')
-rw-r--r--recipes-extended/xen/xen_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index 7765ed74..408bc3b3 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,18 +1,20 @@
1SRCREV ?= "9f7e8bac4ca279b3bfccb5f3730fb2e5398c95ab" 1SRCREV ?= "8c4532f19d6925538fb0c938f7de9a97da8c5c3b"
2 2
3XEN_REL ?= "4.13" 3XEN_REL ?= "4.15"
4XEN_BRANCH ?= "stable-${XEN_REL}" 4XEN_BRANCH ?= "master"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ 7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://xen-arm64-implement-atomic-fetch-add.patch \ 8 file://xen-arm64-implement-atomic-fetch-add.patch \
9 " 9 "
10 10
11LIC_FILES_CHKSUM ?= "file://COPYING;md5=4295d895d4b5ce9d070263d52f030e49" 11LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
12 12
13PV = "${XEN_REL}+git${SRCPV}" 13PV = "${XEN_REL}+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17DEFAULT_PREFERENCE ??= "-1"
18
17require xen.inc 19require xen.inc
18require xen-hypervisor.inc 20require xen-hypervisor.inc