summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.10.0.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-07-31 12:35:42 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-08-02 22:57:14 -0400
commit9955e81b23eb6bb264b32c5bb02b326097a4ec02 (patch)
tree5aa96388dcf449b2b9f5b8bce380a0e35941d42a /recipes-extended/xen/xen_4.10.0.bb
parent02d2c7daeb5b3edd83b850eb5397d0b297a11c8a (diff)
downloadmeta-virtualization-9955e81b23eb6bb264b32c5bb02b326097a4ec02.tar.gz
xen: upgrade to 4.10.1, and apply patches for gcc 8.1 compatibility
Adds packaging for new binary: xen-shim. Builds the hypervisor before building the tools to workaround an upstream parallel build bug that causes the shim to be rebuilt during install. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.10.0.bb')
-rw-r--r--recipes-extended/xen/xen_4.10.0.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-extended/xen/xen_4.10.0.bb b/recipes-extended/xen/xen_4.10.0.bb
deleted file mode 100644
index d314b9b6..00000000
--- a/recipes-extended/xen/xen_4.10.0.bb
+++ /dev/null
@@ -1,12 +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://xsa253.patch \
7 "
8
9SRC_URI[md5sum] = "ab9d320d02cb40f6b40506aed1a38d58"
10SRC_URI[sha256sum] = "0262a7023f8b12bcacfb0b25e69b2a63291f944f7683d54d8f33d4b2ca556844"
11
12S = "${WORKDIR}/xen-${PV}"