[meta-virtualization] [PATCH 4/5] xen: add recipe for Xen 4.10.0

christopher.w.clark at gmail.com christopher.w.clark at gmail.com
Mon Jan 8 23:12:47 PST 2018


From: Christopher Clark <christopher.w.clark at gmail.com>

Introduce the recipe for Xen 4.10.0.

Signed-off-by: Christopher Clark <christopher.clark6 at baesystems.com>
---
 recipes-extended/xen/xen_4.10.0.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 recipes-extended/xen/xen_4.10.0.bb

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 0000000..1e14c86
--- /dev/null
+++ b/recipes-extended/xen/xen_4.10.0.bb
@@ -0,0 +1,10 @@
+require xen.inc
+
+SRC_URI = " \
+    https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
+    "
+
+SRC_URI[md5sum] = "ab9d320d02cb40f6b40506aed1a38d58"
+SRC_URI[sha256sum] = "0262a7023f8b12bcacfb0b25e69b2a63291f944f7683d54d8f33d4b2ca556844"
+
+S = "${WORKDIR}/xen-${PV}"
-- 
2.7.4



More information about the meta-virtualization mailing list