summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2017-08-09 18:28:44 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-14 12:03:03 -0400
commit54e3183276604c090b1d8c261ed1ab178b3d5755 (patch)
tree133e2e1f32c4d2d77f70a06cb21fbaab0cdbdef2 /recipes-extended
parentbd7cfb39bdf23560e0fbf9d121336e6464eb5b47 (diff)
downloadmeta-virtualization-54e3183276604c090b1d8c261ed1ab178b3d5755.tar.gz
xen: add recipe for Xen 4.9.0
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen_4.9.0.bb10
1 files changed, 10 insertions, 0 deletions
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 @@
1require xen.inc
2
3SRC_URI = " \
4 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
5 "
6
7SRC_URI[md5sum] = "f0a753637630f982dfbdb64121fd71e1"
8SRC_URI[sha256sum] = "cade643fe3310d4d6f97d0c215c6fa323bc1130d7e64d7e2043ffaa73a96f33b"
9
10S = "${WORKDIR}/xen-${PV}"