summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/salt
Commit message (Collapse)AuthorAgeFilesLines
* meta-openstack: Fix whitespace warningsHEADmasterRyosuke Saito2025-07-171-7/+7
| | | | | | | | | | | | | 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 <ryosuke.saito@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer/global: update S assignmentsBruce Ashfield2025-07-161-4/+1
| | | | | | | | | | | | | | | | | | Updating meta-cloud-services and sublayers to comply with the UNPACKDIR changes. The techniques mentioned in the following commit are used: Author: Alexander Kanavin <alex@linutronix.de> 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 <alex@linutronix.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: use $BPN in SRC_URIhonisterAlex Stewart2021-08-271-1/+1
| | | | | | | | | | | 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 <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: correct LICENSE md5sumAlex Stewart2021-08-271-1/+1
| | | | | | | | | | | | 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 <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversionBruce Ashfield2021-07-311-67/+67
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: Move to version 3001.1 and fix RDEPENDSDavid Burns2020-09-271-5/+5
| | | | | | | | | | | | | | | | 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 <dburns@digi.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-distro: include as RDEPEND for salt-masterBen Gampe2020-09-131-1/+1
| | | | | | Required for salt-key with python version > 3.7 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: Remove hardcoded Python 3.7 pathSam Zeter2020-08-201-1/+1
| | | | | | | | | | | | | 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 <samuelzeter@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: bump 3000 -> 3001Fagundes, Paulo2020-07-142-162/+3
| | | | | Signed-off-by: Paulo Fagundes <paulohefagundes@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ] salt: bump 2018.3 -> 3000Fagundes, Paulo2020-02-2712-2844/+148
| | | | | Signed-off-by: Paulo Fagundes <paulo.fagundes@opengear.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* openstack: packages: update for python3Bruce Ashfield2020-01-221-24/+24
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: bump 2016.11 -> 2018.3Sergey Kizunov2018-08-281-13/+12
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2016.11Alejandro del Castillo2016-12-185-60/+403
| | | | | Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt-tests: Disable staticdev QAWarningCollin Richards2016-07-211-0/+4
| | | | | | | | | | | | | The salt-test package uses files with .a extensions in it's tests. These are used in tests that inspect the tree structure of the file system and have nothing to do with static libraries. This triggers an OE QAWarning. Skip the staticdev check for this package to disable this warning. Signed-off-by: Collin Richards <collin.richards@ni.com> Natinst-ReviewBoard-ID: 145293 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: Add the salt test suiteCollin Richards2016-06-211-0/+11
| | | | | | | | | | | * Add salt-tests - package for salt test suite The salt test suite can be run from: /usr/lib/python2.7/site-packages/salt-tests/tests/runtests.py Signed-off-by: Collin Richards <collin.richards@ni.com> Natinst-ReviewBoard-ID: 142234 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2016.3Alejandro del Castillo2016-06-175-219/+718
| | | | | | | | * Update conffiles * Add PKGCONFIG options for zeromq and TCP transports. Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: add python-futures to RRECOMMENDS for salt-commonJosh Cartwright2016-02-091-1/+1
| | | | | | | | | The TCP transport mechanism has a dependency on the python-futures module. Document this in the form of an RRECOMMENDS. Signed-off-by: Josh Cartwright <joshc@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2015.8Alejandro del Castillo2015-10-021-13/+13
| | | | | | | Follow Debian dependencies from official salt repo at repo.saltstack.com Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2015.5Alejandro del Castillo2015-06-011-5/+4
| | | | | | | python-request is now only a dependency of salt-cloud. Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: add recipe for saltAlejandro del Castillo2015-05-1312-0/+2158
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>