<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-trove_git.bb, branch wrynose</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=wrynose</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=wrynose'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2025-07-18T03:49:59+00:00</updated>
<entry>
<title>meta-openstack: Fix whitespace warnings</title>
<updated>2025-07-18T03:49:59+00:00</updated>
<author>
<name>Ryosuke Saito</name>
<email>ryosuke.saito@linaro.org</email>
</author>
<published>2025-07-17T03:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6c5afb77aa5580dbe737f682ee2f792122c0c2f3'/>
<id>urn:sha1:6c5afb77aa5580dbe737f682ee2f792122c0c2f3</id>
<content type='text'>
Add whitespaces around variable assignments to eliminate the build warnings:

WARNING: python-ceilometer_git.bb:25 has a lack of whitespace around the assignment:
 'KEYSTONE_HOST="${CONTROLLER_IP}"'
WARNING: python-cinder_git.bb:39 has a lack of whitespace around the assignment:
 'KEYSTONE_HOST="${CONTROLLER_IP}"'
...

Signed-off-by: Ryosuke Saito &lt;ryosuke.saito@linaro.org&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer/global: update S assignments</title>
<updated>2025-07-16T18:42:13+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2025-07-16T18:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d'/>
<id>urn:sha1:24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d</id>
<content type='text'>
Updating meta-cloud-services and sublayers to comply with the UNPACKDIR
changes. The techniques mentioned in the following commit are used:

  Author: Alexander Kanavin &lt;alex@linutronix.de&gt;
  Date:   Tue Jun 24 13:53:51 2025 +0200

      migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes

      (From yocto-docs rev: f59504d8706a817e0b5a6235ebb69cb3b3ebb277)

      Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
      Signed-off-by: Antonin Godard &lt;antonin.godard@bootlin.com&gt;
      Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>global: convert github SRC_URIs to use https protocol</title>
<updated>2021-11-02T13:59:45+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-11-02T13:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=14196f7dee9deb0ef9822bf3c8b41142ccced858'/>
<id>urn:sha1:14196f7dee9deb0ef9822bf3c8b41142ccced858</id>
<content type='text'>
github is removing git:// access, and fetches will start
experiencing interruptions in service, and eventually will fail completely.

bitbake will also begin to warn on github src_uri's that don't use
https. So we convert the meta-virt instances to use protocol=https
(done using the oe-core contrib conversion script)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>global: overrides conversion</title>
<updated>2021-08-01T03:49:54+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-08-01T03:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0cffcd09a44b2a58452a5bb13714bfc47d6546bf'/>
<id>urn:sha1:0cffcd09a44b2a58452a5bb13714bfc47d6546bf</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-trove: satisfy setup.py setup_requires</title>
<updated>2020-06-05T19:28:20+00:00</updated>
<author>
<name>Babak Sarashki</name>
<email>babak.sarashki@windriver.com</email>
</author>
<published>2020-06-02T18:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0af0d3021eb2b4673a5b5d7e39d099f1df41e846'/>
<id>urn:sha1:0af0d3021eb2b4673a5b5d7e39d099f1df41e846</id>
<content type='text'>
Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki &lt;Babak.SarAshki@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python: prepare for python3 only configuration</title>
<updated>2020-01-22T17:44:39+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T17:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9d632de8d0e109e342fe580cf4b2423a51c890c3'/>
<id>urn:sha1:9d632de8d0e109e342fe580cf4b2423a51c890c3</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openstack: initial move to use systemd</title>
<updated>2017-11-27T15:39:51+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-11-22T16:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=de6773ada3e38be3ce734e9e73288df37de32437'/>
<id>urn:sha1:de6773ada3e38be3ce734e9e73288df37de32437</id>
<content type='text'>
Add instructions to the README.setup on how to configure the build to
use systemd. The remaining changes are a bit of hack and slash to get
the builds to succeed. The 'hacking' only touches core openstack
component recipes which are all in various states of broken anyways,
so these changes will not affect any current meta-cloud-services
users. All of these will be corrected shortly.

Most users of OpenStack have long ago made the move to systemd, by
following suit we can take advantage of the better support for service
files along with matching most OpenStack documentation. The remaining
sysvinit parts will be removed as we get the openstack components
updated and back to a working state.

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>python-*: fixup postinst scripts</title>
<updated>2017-11-15T20:53:38+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-11-15T17:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3051160f23fe8e06e545859538c86ef3a3c39d7a'/>
<id>urn:sha1:3051160f23fe8e06e545859538c86ef3a3c39d7a</id>
<content type='text'>
Checking for "$D" and doing an "exit 1" now results in errors such as:

[log_check] warning: %post(keystone-cronjobs-...) scriptlet failed, exit status 2

during image creation. Instead of escaping the script for "level-1"
(image creation postinst) we wrap the "level-2" (first boot) postinst
in an if statement. This also ensure the scriptlet in
indentity.bbclass is less prone to behaving differently based on the
postinsts defined in the classes which inherit 'identity'.

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>housekeeping: replace deprecated base_contains</title>
<updated>2016-12-21T16:47:05+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2016-12-21T15:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=bd2525ceb47699747f9370773fa629bf28c999d6'/>
<id>urn:sha1:bd2525ceb47699747f9370773fa629bf28c999d6</id>
<content type='text'>
Fixes:
base_contains is deprecated, please use bb.utils.contains instead.

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>trove: move to latest release</title>
<updated>2016-02-05T19:42:18+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2016-02-04T01:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=62cf4f5a509fd0278c1de998fba8cfa6cbfeded7'/>
<id>urn:sha1:62cf4f5a509fd0278c1de998fba8cfa6cbfeded7</id>
<content type='text'>
Uprev trove to the latest release. This requires updates to
configurations strings since the 'sql_' configs have been deprecated.

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>
