<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-support/salt, branch nanbield</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=nanbield</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=nanbield'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2021-08-27T14:53:20+00:00</updated>
<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>
<entry>
<title>openstack: packages: update for python3</title>
<updated>2020-01-22T17:45:03+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T17:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ce38cb391c9108168ab574463b7ef745b739bcc9'/>
<id>urn:sha1:ce38cb391c9108168ab574463b7ef745b739bcc9</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>salt: bump 2016.11 -&gt; 2018.3</title>
<updated>2018-08-28T12:21:28+00:00</updated>
<author>
<name>Sergey Kizunov</name>
<email>sergey.kizunov@ni.com</email>
</author>
<published>2018-08-20T16:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a15b423499cdbb16fff8b79f7bae2cadc53ccebc'/>
<id>urn:sha1:a15b423499cdbb16fff8b79f7bae2cadc53ccebc</id>
<content type='text'>
Signed-off-by: Ioan-Adrian Ratiu &lt;adrian.ratiu@ni.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
