summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-tools_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-tools_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-tools_git.bb')
-rw-r--r--recipes-extended/xen/xen-tools_git.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-extended/xen/xen-tools_git.bb b/recipes-extended/xen/xen-tools_git.bb
index 679feb11..71aeeed8 100644
--- a/recipes-extended/xen/xen-tools_git.bb
+++ b/recipes-extended/xen/xen-tools_git.bb
@@ -1,21 +1,21 @@
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://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \ 8 file://0001-python-pygrub-pass-DISTUTILS-xen-4.14.patch \
9 file://0001-xen-build-temporarily-inhibit-Werror.patch \ 9 file://0001-xen-build-temporarily-inhibit-Werror-4.14.patch \
10 file://xen-tools-kdd-stop-using-0-arrays-to-access-packet-contents.patch \
11 file://xen-tools-kdd-fix-build-again.patch \
12 " 10 "
13 11
14LIC_FILES_CHKSUM ?= "file://COPYING;md5=4295d895d4b5ce9d070263d52f030e49" 12LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
15 13
16PV = "${XEN_REL}+git${SRCPV}" 14PV = "${XEN_REL}+git${SRCPV}"
17 15
18S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
19 17
18DEFAULT_PREFERENCE ??= "-1"
19
20require xen.inc 20require xen.inc
21require xen-tools.inc 21require xen-tools.inc