<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-support/salt, branch master</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=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=master'/>
<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>salt: use $BPN in SRC_URI</title>
<updated>2021-08-27T14:53:20+00:00</updated>
<author>
<name>Alex Stewart</name>
<email>alex.stewart@ni.com</email>
</author>
<published>2021-08-23T19:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=dd38ce3b266a7ad7659140c5de5cae6ff13bf2a7'/>
<id>urn:sha1:dd38ce3b266a7ad7659140c5de5cae6ff13bf2a7</id>
<content type='text'>
Recent OE branches will throw a warning when recipe SRC_URIs use the $PN
variable, instead of the $BPN variable. BPN and PN are both `salt` for
the salt recipe, so it makes no difference which is used.

Use $BPN in the SRC_URI, to satisfy the warning.

Signed-off-by: Alex Stewart &lt;alex.stewart@ni.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>salt: correct LICENSE md5sum</title>
<updated>2021-08-27T14:53:20+00:00</updated>
<author>
<name>Alex Stewart</name>
<email>alex.stewart@ni.com</email>
</author>
<published>2021-08-23T19:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5'/>
<id>urn:sha1:639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5</id>
<content type='text'>
The md5sum "ac9a49d8..." has never been a salt LICENSE file hashsum.
Salt_3001 verification therefore fails after fetch.

Set the LICENSE file hashsum to the correct value as of salt upstream
commit a1d07e9cc5d84895468bf360390754c4d68308d9 - which services salt
3001.

Signed-off-by: Alex Stewart &lt;alex.stewart@ni.com&gt;
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>salt: Move to version 3001.1 and fix RDEPENDS</title>
<updated>2020-09-28T02:45:44+00:00</updated>
<author>
<name>David Burns</name>
<email>dburns@digi.com</email>
</author>
<published>2020-09-23T00:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d64a289a868e106a331984f1c27baec88e6d6005'/>
<id>urn:sha1:d64a289a868e106a331984f1c27baec88e6d6005</id>
<content type='text'>
Move to a new minor version of salt, 3001.1 that includes a number of
bug fixes.

Salt also needs the python3-distro runtime dependency for all of the
packages in the recipe, not just the salt-master package so it has been
included in the common package.

A runtime dependency on python-pycryptodomex has been added to the
salt-master and salt-minion packages as both have required it since the
3001 salt version.

Signed-off-by: David Burns &lt;dburns@digi.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-distro: include as RDEPEND for salt-master</title>
<updated>2020-09-14T02:20:28+00:00</updated>
<author>
<name>Ben Gampe</name>
<email>bengampe@gmail.com</email>
</author>
<published>2020-09-09T01:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d98b02edc473ad5a0d3922f23da19b61657fbe99'/>
<id>urn:sha1:d98b02edc473ad5a0d3922f23da19b61657fbe99</id>
<content type='text'>
Required for salt-key with python version &gt; 3.7

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>salt: Remove hardcoded Python 3.7 path</title>
<updated>2020-08-20T19:29:55+00:00</updated>
<author>
<name>Sam Zeter</name>
<email>samuelzeter@gmail.com</email>
</author>
<published>2020-08-19T06:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f4ce17e35e0bd988927f901ea6ae7d746e209a2e'/>
<id>urn:sha1:f4ce17e35e0bd988927f901ea6ae7d746e209a2e</id>
<content type='text'>
The salt bitbake file hardcodes the Python 3.7 path as

 ${libdir}/python3.7

In order to ensure compatibility with Dunfell, which uses Python 3.8,
and other future versions of Python, the variable PYTHON_SITEPACKAGES_DIR
should be used.

Signed-off-by: Sam Zeter &lt;samuelzeter@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>salt: bump 3000 -&gt; 3001</title>
<updated>2020-07-14T20:24:25+00:00</updated>
<author>
<name>Fagundes, Paulo</name>
<email>paulohefagundes@gmail.com</email>
</author>
<published>2020-07-09T15:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d4ddf6c7f1484f453b5ecab1a5ef6d313cf6d86a'/>
<id>urn:sha1:d4ddf6c7f1484f453b5ecab1a5ef6d313cf6d86a</id>
<content type='text'>
Signed-off-by: Paulo Fagundes &lt;paulohefagundes@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>] salt: bump 2018.3 -&gt; 3000</title>
<updated>2020-02-27T22:12:14+00:00</updated>
<author>
<name>Fagundes, Paulo</name>
<email>paulo.fagundes@opengear.com</email>
</author>
<published>2020-02-24T20:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d0d2a7217da4dfa11c34845a1133d16786fbb9b0'/>
<id>urn:sha1:d0d2a7217da4dfa11c34845a1133d16786fbb9b0</id>
<content type='text'>
Signed-off-by: Paulo Fagundes &lt;paulo.fagundes@opengear.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
