<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git, branch icehouse</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=icehouse</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=icehouse'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-09-29T04:48:27+00:00</updated>
<entry>
<title>housekeeping: Add a non-numeric PR prefix to allow PRINC in bbappends</title>
<updated>2014-09-29T04:48:27+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=de48084e062d8ec186a181155d36b63bdc201742'/>
<id>urn:sha1:de48084e062d8ec186a181155d36b63bdc201742</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>python-horizon: Fix whitespace in recipe.</title>
<updated>2014-09-04T19:28:06+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-08-28T14:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=65c6f6c3236b39e661578a5381d82175e331ac9f'/>
<id>urn:sha1:65c6f6c3236b39e661578a5381d82175e331ac9f</id>
<content type='text'>
The horizon recipe had lines running well over 80 characters and
indentation that was not a multiple of 4.  This patch fixes those
issues.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
<entry>
<title>python-horizon: Fix path usage to bitbake defined paths.</title>
<updated>2014-09-04T19:28:04+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-08-28T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=355872c0b8e089cff033fcb346cd4866e10f7fe7'/>
<id>urn:sha1:355872c0b8e089cff033fcb346cd4866e10f7fe7</id>
<content type='text'>
The horizon recipe had references to paths defined as variables for
recipe use.  This patch converts those paths into the variable version
for easier portability.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: Remove duplicate line from conf file.</title>
<updated>2014-09-04T19:06:35+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-08-28T16:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a35299272e79d7eaa183302587404938e30c52f6'/>
<id>urn:sha1:a35299272e79d7eaa183302587404938e30c52f6</id>
<content type='text'>
Removed duplicate dhcpbridge_flagfile from the nova.conf file.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>housekeeping: remove PRINC from recipes</title>
<updated>2014-08-29T15:48:08+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-29T14:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=00fb5ffcd5cda19bd4780d3791dcf487499a157e'/>
<id>urn:sha1:00fb5ffcd5cda19bd4780d3791dcf487499a157e</id>
<content type='text'>
Removing PRINC from recipes to silence the bitbake warning about
it being a depreciated variable.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>housekeeping: remove 3.4 kernel bbappend</title>
<updated>2014-08-29T15:46:17+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-29T14:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=7f5d4b5ee50d276ae175e983f1782cad4da77213'/>
<id>urn:sha1:7f5d4b5ee50d276ae175e983f1782cad4da77213</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>bbapends: resync bbappends to oe-core/meta-oe versions</title>
<updated>2014-08-29T15:45:25+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-29T13:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=791e2f9e03e2a3872b271e54d26291febe9c3aaf'/>
<id>urn:sha1:791e2f9e03e2a3872b271e54d26291febe9c3aaf</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>recipes-dangling: remove all dangling bbappends</title>
<updated>2014-08-29T14:22:30+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-25T16:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=527a2d88fd63779ef26be206eefe2ae2fb31f913'/>
<id>urn:sha1:527a2d88fd63779ef26be206eefe2ae2fb31f913</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>apache2: restore mistakely removed bbappend</title>
<updated>2014-08-27T16:17:43+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-26T19:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=4d4176d8ab960f4636a497a0cf7e7c9cbe50b868'/>
<id>urn:sha1:4d4176d8ab960f4636a497a0cf7e7c9cbe50b868</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Keystone: package service/user addition sstate vardeps</title>
<updated>2014-08-27T14:40:02+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=c2e835140fe2a2898fb7124c9038f632a3b8d464'/>
<id>urn:sha1:c2e835140fe2a2898fb7124c9038f632a3b8d464</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>
</feed>
