summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended
diff options
context:
space:
mode:
authorAndy Ning <andy.ning@windriver.com>2014-06-13 14:03:25 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-17 10:10:17 -0400
commitb53f039deee13fe869aaceca27d4e30cd40efb48 (patch)
tree6549be8d5fa0d27ca2a21f5be89b63978106b223 /meta-openstack/recipes-extended
parent05feaeeabe1bd34ed1d8a6f02c975fb07965f96d (diff)
downloadmeta-cloud-services-b53f039deee13fe869aaceca27d4e30cd40efb48.tar.gz
Upgrade cirros guest image to 0.3.2
cirros 0.3.0 has a bug which ignores classless static routes passed by dhcp option 121. This static route is needed for the instance to access metadata service from 169.254.169.254. 0.3.2 has this bug fixed. Details about this bug can be found at: https://bugs.launchpad.net/cirros/+bug/1190372 Updated documents that reference specific version of cirros as well. Note: 0.3.2 download URI (SRC_URI) has been changed from "https://launchpad.net/cirros/trunk" to "http://download.cirros-cloud.net", since cirros binary downloads are all in the new URI. Signed-off-by: Andy Ning <andy.ning@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended')
-rw-r--r--meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb (renamed from meta-openstack/recipes-extended/guest-images/cirros_0.3.0.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-extended/guest-images/cirros_0.3.0.bb b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
index 459628a..9ebd2b7 100644
--- a/meta-openstack/recipes-extended/guest-images/cirros_0.3.0.bb
+++ b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
@@ -4,9 +4,10 @@ HOMEPAGE = "https://launchpad.net/cirros"
4 4
5LICENSE="GPLv2" 5LICENSE="GPLv2"
6 6
7SRC_URI = "https://launchpad.net/cirros/trunk/${PV}/+download/${PN}-${PV}-x86_64-disk.img" 7SRC_URI = "http://download.cirros-cloud.net/${PV}/${PN}-${PV}-x86_64-disk.img"
8SRC_URI[md5sum] = "50bdc35edb03a38d91b1b071afb20a3c" 8
9SRC_URI[sha256sum] = "648782e9287288630250d07531fed9944ecc3986764a6664f0bf6c050ec06afd" 9SRC_URI[md5sum] = "64d7c1cd2b6f60c92c14662941cb7913"
10SRC_URI[sha256sum] = "a2ca56aeded5a5bcaa6104fb14ec07b1ceb65222e2890bef8a89b8d2da729ad5"
10 11
11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 12LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
12 13