summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-07-31 12:35:43 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-08-02 22:57:14 -0400
commit9418f68a4483eddbbaae1ade35f3b34340a2bf79 (patch)
treea17539f4a9c92a9adf8f40fe97904f13f8ad4399
parent9955e81b23eb6bb264b32c5bb02b326097a4ec02 (diff)
downloadmeta-virtualization-9418f68a4483eddbbaae1ade35f3b34340a2bf79.tar.gz
xen: add recipe for 4.11.0
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen_4.11.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.11.0.bb b/recipes-extended/xen/xen_4.11.0.bb
new file mode 100644
index 00000000..78841942
--- /dev/null
+++ b/recipes-extended/xen/xen_4.11.0.bb
@@ -0,0 +1,12 @@
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 "
8
9SRC_URI[md5sum] = "cbec0600284921744bc14119f4ed3fff"
10SRC_URI[sha256sum] = "826e3a9f6d0eac94a825d272cc2c1294e22640ae75af906eb13920f9ad667643"
11
12S = "${WORKDIR}/xen-${PV}"