summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.11.1.bb
diff options
context:
space:
mode:
authorJed <jed.openxt@gmail.com>2018-12-07 09:53:22 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-12-12 14:16:08 -0500
commitc1882281f7fe60fc3840be880f7e43c613d19440 (patch)
tree8b1d129f6cdd27920b0950b780c980d4cbebfc71 /recipes-extended/xen/xen_4.11.1.bb
parent73a3d809478dd004998ae4ea095d5f66ed17c465 (diff)
downloadmeta-virtualization-c1882281f7fe60fc3840be880f7e43c613d19440.tar.gz
xen: upgrade from 4.11.0 to 4.11.1
Signed-off-by: Jed <jed.openxt@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.11.1.bb')
-rw-r--r--recipes-extended/xen/xen_4.11.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.11.1.bb b/recipes-extended/xen/xen_4.11.1.bb
new file mode 100644
index 00000000..fea17a78
--- /dev/null
+++ b/recipes-extended/xen/xen_4.11.1.bb
@@ -0,0 +1,16 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2require xen.inc
3
4SRC_URI = " \
5 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
6 file://tools-xentop-vwprintw.patch \
7 file://xen-4.11-arm-acpi-fix-string-lengths.patch \
8 file://xen-tools-xenpmd-snprintf.patch \
9 file://xen-disable-sse-before-inlines.patch \
10 file://0001-python-pygrub-pass-DISTUTILS-env-vars-as-setup.py-ar.patch \
11 "
12
13SRC_URI[md5sum] = "0c72b97432465e7f81113630fcd6e460"
14SRC_URI[sha256sum] = "be88cb2443761990efc1070d9718016561fe19066af232f9bfae572922897e59"
15
16S = "${WORKDIR}/xen-${PV}"