[meta-virtualization] [PATCH 3/3] xen: bump to version 4.8.0

Doug Goldstein cardoe at cardoe.com
Sun Dec 18 08:44:56 PST 2016


Version bump to the latest release.
---
 recipes-extended/xen/xen_4.7.0.bb | 11 -----------
 recipes-extended/xen/xen_4.8.0.bb | 10 ++++++++++
 2 files changed, 10 insertions(+), 11 deletions(-)
 delete mode 100644 recipes-extended/xen/xen_4.7.0.bb
 create mode 100644 recipes-extended/xen/xen_4.8.0.bb

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 431160f..0000000
--- a/recipes-extended/xen/xen_4.7.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require xen.inc
-
-SRC_URI = " \
-    https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
-    file://libxl-compilation-warning-fix-for-arm-aarch64.patch \
-    "
-
-SRC_URI[md5sum] = "3aa4e01bf37a3a5bc8572907cb88e649"
-SRC_URI[sha256sum] = "be5876144d49729572ae06142e0bb93f1c1f2695578141eff2931995add24623"
-
-S = "${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 0000000..35c9137
--- /dev/null
+++ b/recipes-extended/xen/xen_4.8.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] = "d738f7c741110342621cb8a4d10b0191"
+SRC_URI[sha256sum] = "1e15c713ab7ba3bfda8b4a285ed973529364fd1100e6dd5a61f29583dc667b04"
+
+S = "${WORKDIR}/xen-${PV}"
-- 
2.10.2



More information about the meta-virtualization mailing list