summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-12-18 10:44:56 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-12-18 22:47:06 -0500
commit3bfe5c0b63bbd6a5aad972d93519f03553dde82d (patch)
tree0645264df8acea49b362a518dc0cb12c54186c53
parenta7218f66116b067c3e4da10244a433236d9e62c4 (diff)
downloadmeta-virtualization-3bfe5c0b63bbd6a5aad972d93519f03553dde82d.tar.gz
xen: bump to version 4.8.0
Version bump to the latest release. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen_4.7.0.bb11
-rw-r--r--recipes-extended/xen/xen_4.8.0.bb10
2 files changed, 10 insertions, 11 deletions
diff --git a/recipes-extended/xen/xen_4.7.0.bb b/recipes-extended/xen/xen_4.7.0.bb
deleted file mode 100644
index 431160fb..00000000
--- a/recipes-extended/xen/xen_4.7.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1require xen.inc
2
3SRC_URI = " \
4 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
5 file://libxl-compilation-warning-fix-for-arm-aarch64.patch \
6 "
7
8SRC_URI[md5sum] = "3aa4e01bf37a3a5bc8572907cb88e649"
9SRC_URI[sha256sum] = "be5876144d49729572ae06142e0bb93f1c1f2695578141eff2931995add24623"
10
11S = "${WORKDIR}/xen-${PV}"
diff --git a/recipes-extended/xen/xen_4.8.0.bb b/recipes-extended/xen/xen_4.8.0.bb
new file mode 100644
index 00000000..35c91373
--- /dev/null
+++ b/recipes-extended/xen/xen_4.8.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] = "d738f7c741110342621cb8a4d10b0191"
8SRC_URI[sha256sum] = "1e15c713ab7ba3bfda8b4a285ed973529364fd1100e6dd5a61f29583dc667b04"
9
10S = "${WORKDIR}/xen-${PV}"