summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.10.1.bb')
-rw-r--r--recipes-extended/xen/xen_4.10.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.10.1.bb b/recipes-extended/xen/xen_4.10.1.bb
new file mode 100644
index 00000000..01c07889
--- /dev/null
+++ b/recipes-extended/xen/xen_4.10.1.bb
@@ -0,0 +1,19 @@
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-libxc-fix-strncpy-size.patch \
7 file://tools-misc-fix-hypothetical-buffer-overflow.patch \
8 file://tools-xentop-vwprintw.patch \
9 file://tools-xenpmd-fix-possible-0-truncation.patch \
10 file://tools-gdbsx-fix-Wstringop-truncation-warning.patch \
11 file://tools-kdd-mute-spurious-gcc-warning-part1.patch \
12 file://tools-kdd-mute-spurious-gcc-warning-part2.patch \
13 file://shim-don-t-let-build-modify-shim.config.patch \
14 "
15
16SRC_URI[md5sum] = "d1b1d14ce76622062c9977d9c8ba772e"
17SRC_URI[sha256sum] = "570d654f357d4085accdf752989c1cbc33e2075feac8fcc505d68bdb81b1a0cf"
18
19S = "${WORKDIR}/xen-${PV}"