summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.11.1.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2019-04-16 13:35:37 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-04-18 09:32:40 -0400
commit9168b0ce83104b2c10b74aacda09f0aeeafc6aa9 (patch)
tree226036786b0399e7fce60f29825ea5491b9da277 /recipes-extended/xen/xen_4.11.1.bb
parent15caed2f436afd6ab07a0865b161c54f51bab6a4 (diff)
downloadmeta-virtualization-9168b0ce83104b2c10b74aacda09f0aeeafc6aa9.tar.gz
xen: upgrade to 4.12.0
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_4.11.1.bb')
-rw-r--r--recipes-extended/xen/xen_4.11.1.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-extended/xen/xen_4.11.1.bb b/recipes-extended/xen/xen_4.11.1.bb
deleted file mode 100644
index fea17a78..00000000
--- a/recipes-extended/xen/xen_4.11.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
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}"