<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git, branch havana</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=havana</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=havana'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-09-29T04:48:39+00:00</updated>
<entry>
<title>housekeeping: Add a non-numeric PR prefix to allow PRINC in bbappends</title>
<updated>2014-09-29T04:48:39+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-09-25T19:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=32afa78102a57f55309bfaf4a1dc84478d4cbb1d'/>
<id>urn:sha1:32afa78102a57f55309bfaf4a1dc84478d4cbb1d</id>
<content type='text'>
Although the use of PRINC is deprecated in later versions of Yocto it
may still be used and if you are using this layer with older Yocto it
is recommended for use in bbappends. It is therefore expected to
work. PRINC expects a non-numeric prefix followed by a numeric value,
as can be seen in base.bbclass

  pr_prefix = re.search("\D+",pr)
  prval = re.search("\d+",pr)
  if pr_prefix is None or prval is None:
    bb.error("Unable to analyse format of PR variable: %s" % pr)

Failing to stick to this convention yields a parsing error when you
attempt to use PRINC:
  ERROR: Unable to analyse format of PR variable

Adding the non-numeric prefix allows PRINC use in bbappends to
function correctly.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
</content>
</entry>
<entry>
<title>Keystone: package service/user addition sstate vardeps</title>
<updated>2014-08-27T14:39:57+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-08-12T16:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ef73f2d62a52088e956ca4e916bbc50b928db7cf'/>
<id>urn:sha1:ef73f2d62a52088e956ca4e916bbc50b928db7cf</id>
<content type='text'>
Several packages utilize the keystone package service/user addition
services recently added. The data passed to this service depends on
the value assigned to CONTROLLER_IP (used as KEYSTONE_HOST), however,
bitbake is not able to automatically determine this dependency so
several tasks which should be rerun to create updated package postinst
scripts are not run when CONTROLLER_IP is modified. Adding the
necessary vardeps ensure these tasks are rerun and now adjustments
made to CONTROLLER_IP are reflected in the generated packages.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>dhcp: fix double 'request' in dhclient.conf</title>
<updated>2014-08-27T14:09:04+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-08-20T19:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=036805a066a7398b3b5142f7a157189f03dfddcf'/>
<id>urn:sha1:036805a066a7398b3b5142f7a157189f03dfddcf</id>
<content type='text'>
commit 43e2b093040734d4c4b28db96a634cd2a5f3271b [dhcp: add dhcp
classless static route support] had a flaw in one of
do_install_append() sed expressions in the dhcp recipe that caused a
duplicate 'request' keyword to be inserted in to the dhclient.conf
file. The result was that results returned for the request were not as
expected and the resolv.conf would be empty. Fixing up the sed
expression removes the duplicate and allows things to function
properly.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
</content>
</entry>
<entry>
<title>core: update core components to latest havana/stable releases</title>
<updated>2014-08-22T20:27:48+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-08-20T14:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0f225491c7e34a52b1e65b6af2482c9f16472cac'/>
<id>urn:sha1:0f225491c7e34a52b1e65b6af2482c9f16472cac</id>
<content type='text'>
The patch CVE-2014-0006-swift-1265665.patch is already in the
latest Swift havana/stable release, so dropping it.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>apache: resync to oe-core latest</title>
<updated>2014-08-22T20:05:04+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-22T20:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=bf5bf7c6356c6771b3ff1849bf606bb1c5b18a43'/>
<id>urn:sha1:bf5bf7c6356c6771b3ff1849bf606bb1c5b18a43</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: fix FILESEXTRAPATHS warning</title>
<updated>2014-08-20T20:04:07+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-20T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0d96f4e563f84528aa70c3e67ca081c817dc59e8'/>
<id>urn:sha1:0d96f4e563f84528aa70c3e67ca081c817dc59e8</id>
<content type='text'>
convert FILESEXTRAPATHS to FILESEXTRAPATHS_append to avoid warnings from
the latest oe-core.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>lxc: resync bbappend to meta-virtualization</title>
<updated>2014-08-19T13:32:31+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-19T13:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=cd14f7c2d470d70d32381bd271f41eb9747598a3'/>
<id>urn:sha1:cd14f7c2d470d70d32381bd271f41eb9747598a3</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>memcached: re-sync to meta-networking version</title>
<updated>2014-08-19T13:32:29+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-19T04:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8804c1facd7a22029deb88ac176628f542913084'/>
<id>urn:sha1:8804c1facd7a22029deb88ac176628f542913084</id>
<content type='text'>
To avoid configuration errors, we need to get the latest meta-networking
changes.

This recipe will be dropped eventually, but will stay a bit longer for
migration purposes.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>README: add meta-python dependency</title>
<updated>2014-08-19T04:03:35+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-19T03:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=962218bdc1edb00b957453259989b5641141515e'/>
<id>urn:sha1:962218bdc1edb00b957453259989b5641141515e</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-keystone: Remove openrc file and bb references.</title>
<updated>2014-07-31T20:10:30+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-07-30T21:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8dfdfd8d1b55d7c0fc8899dc65400fdbc2d94ba9'/>
<id>urn:sha1:8dfdfd8d1b55d7c0fc8899dc65400fdbc2d94ba9</id>
<content type='text'>
This patch removes the openrc file from the keystone package and
references to openrc in the python-kystone_git.bb file.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
</feed>
