[meta-virtualization] [PATCH 3/3] xen: add recipe for Xen 4.9.0

christopher.w.clark at gmail.com christopher.w.clark at gmail.com
Wed Aug 9 18:28:44 PDT 2017


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

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

diff --git a/recipes-extended/xen/xen_4.9.0.bb b/recipes-extended/xen/xen_4.9.0.bb
new file mode 100644
index 0000000..0b20936
--- /dev/null
+++ b/recipes-extended/xen/xen_4.9.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] = "f0a753637630f982dfbdb64121fd71e1"
+SRC_URI[sha256sum] = "cade643fe3310d4d6f97d0c215c6fa323bc1130d7e64d7e2043ffaa73a96f33b"
+
+S = "${WORKDIR}/xen-${PV}"
-- 
2.7.4



More information about the meta-virtualization mailing list