diff options
author | Chris Patterson <cjp256@gmail.com> | 2013-11-05 20:49:07 -0500 |
---|---|---|
committer | Chris Patterson <cjp256@gmail.com> | 2013-11-07 20:50:46 -0500 |
commit | 3a506b472bf76b80e203e5cf5ab335605e5f0a7c (patch) | |
tree | b1746f8ba1734ebd67066a1fa4778fd5abec1e80 | |
parent | 72dc92bfa5afa745174adbbc413d2b3882583b8d (diff) | |
download | meta-virtualization-3a506b472bf76b80e203e5cf5ab335605e5f0a7c.tar.gz |
xen: upgrade to 4.3.1
Changelog available at:
http://xenproject.org/downloads/xen-archives/supported-xen-43-series/xen-431.html
Signed-off-by: Chris Patterson <cjp256@gmail.com>
-rw-r--r-- | recipes-extended/xen/xen_4.3.1.bb (renamed from recipes-extended/xen/xen_4.3.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.1.bb index afea06c0..f28fd795 100644 --- a/recipes-extended/xen/xen_4.3.0.bb +++ b/recipes-extended/xen/xen_4.3.1.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = " \ | |||
11 | file://flask-avoid-installing-policy-file-as-boot.patch \ | 11 | file://flask-avoid-installing-policy-file-as-boot.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "7b18cfb58f1ac2ce39cf35a1867f0c0a" | 14 | SRC_URI[md5sum] = "7616b8704e1ab89c81f011f0e3703bc8" |
15 | SRC_URI[sha256sum] = "e1e9faabe4886e2227aacdbde74410653b233d66642ca1972a860cbec6439961" | 15 | SRC_URI[sha256sum] = "3b5b7cc508b1739753585b5c25635471cdcef680e8770a78bf6ef9333d26a9fd" |
16 | 16 | ||
17 | S = "${WORKDIR}/xen-${PV}" | 17 | S = "${WORKDIR}/xen-${PV}" |
18 | 18 | ||
@@ -215,11 +215,11 @@ FILES_${PN}-libfsimage-dev = "${libdir}/libfsimage.so" | |||
215 | FILES_${PN}-fsimage = "${libdir}/fs/*/*fsimage.so" | 215 | FILES_${PN}-fsimage = "${libdir}/fs/*/*fsimage.so" |
216 | 216 | ||
217 | FILES_${PN}-hypervisor = "\ | 217 | FILES_${PN}-hypervisor = "\ |
218 | /boot/xen-4.3.0.gz \ | 218 | /boot/xen-4.3.1.gz \ |
219 | /boot/xen-4.3.gz \ | 219 | /boot/xen-4.3.gz \ |
220 | /boot/xen-4.gz \ | 220 | /boot/xen-4.gz \ |
221 | /boot/xen.gz \ | 221 | /boot/xen.gz \ |
222 | /boot/xen-syms-4.3.0 \ | 222 | /boot/xen-syms-4.3.1 \ |
223 | " | 223 | " |
224 | 224 | ||
225 | FILES_${PN}-base = "\ | 225 | FILES_${PN}-base = "\ |