summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-01-08 23:12:47 -0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-12 10:37:47 -0500
commit4ff3c5474f50c9e12fc0c32e0d4d5e99db933032 (patch)
tree224e5d7cf10d01425aab0314ce9b927e24f8c6b3
parentc545ee541bb510b2516782ae3b8afb626c906462 (diff)
downloadmeta-virtualization-4ff3c5474f50c9e12fc0c32e0d4d5e99db933032.tar.gz
xen: add recipe for Xen 4.10.0
Introduce the recipe for Xen 4.10.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.10.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.10.0.bb b/recipes-extended/xen/xen_4.10.0.bb
new file mode 100644
index 00000000..1e14c865
--- /dev/null
+++ b/recipes-extended/xen/xen_4.10.0.bb
@@ -0,0 +1,10 @@
1require xen.inc
2
3SRC_URI = " \
4 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
5 "
6
7SRC_URI[md5sum] = "ab9d320d02cb40f6b40506aed1a38d58"
8SRC_URI[sha256sum] = "0262a7023f8b12bcacfb0b25e69b2a63291f944f7683d54d8f33d4b2ca556844"
9
10S = "${WORKDIR}/xen-${PV}"