summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-06-29 18:54:47 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-06 16:25:56 -0400
commit345505989ce65f2486aa3afdf325cc68c28f1d55 (patch)
treecee861990f2534e506d1c4a21729110d75e848d5 /recipes-extended/xen/xen_git.bb
parent8af29790eee317c3b1da3acd87b10659eaa914a7 (diff)
downloadmeta-virtualization-345505989ce65f2486aa3afdf325cc68c28f1d55.tar.gz
xen, xen-tools: update revision to Xen 4.13
Pull to the current tip of the stable 4.13 branch and apply an upstream 4.14-release-acked patch to xen-tools for a compiler warning in kdd. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index a7475ac3..142bdcc4 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,11 +1,11 @@
1SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58" 1SRCREV ?= "9f7e8bac4ca279b3bfccb5f3730fb2e5398c95ab"
2 2
3XEN_REL ?= "4.12" 3XEN_REL ?= "4.13"
4XEN_BRANCH ?= "stable-${XEN_REL}" 4XEN_BRANCH ?= "stable-${XEN_REL}"
5 5
6SRC_URI = "git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH}" 6SRC_URI = "git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH}"
7 7
8LIC_FILES_CHKSUM ?= "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095" 8LIC_FILES_CHKSUM ?= "file://COPYING;md5=4295d895d4b5ce9d070263d52f030e49"
9 9
10PV = "${XEN_REL}+git${SRCPV}" 10PV = "${XEN_REL}+git${SRCPV}"
11 11