summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.11.1.bb
diff options
context:
space:
mode:
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}"