From 54e3183276604c090b1d8c261ed1ab178b3d5755 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Wed, 9 Aug 2017 18:28:44 -0700 Subject: [PATCH] xen: add recipe for Xen 4.9.0 Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- 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 00000000..0b209362 --- /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}"