aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
AgeCommit message (Collapse)Author
2024-04-09layer.conf: use scarthgap to LAYERSERIES_COMPATWang Mingyu
conf: mark layer compatible with scarthgap Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-09-11conf: update compatibility to match oe-coreBruce Ashfield
OE Core has bumped to the next version, we update to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-03conf: mark layer compatible with mickledoreBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-09-29layer.conf: set langdale compatibilityBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-03-10layer.conf: Update to kirkstone namespacewangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-31conf: set compatibility to honisterBruce Ashfield
Now that the overrides have been converted, set compatibity to honister. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-31global: overrides conversionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-06-04conf: drop gatesgarth from layer compatibilityBruce Ashfield
The longer compatibility string causes warnings in the layer index, and we aren't testing against gatesgarth. So we drop it from our compatbility listing. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-06-03conf: add honister to LAYERSERIES_COMPATBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-03-15conf: add hardknott compatibilityBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-10-15conf: add gatesgarth to compat, drop zeusBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-03-24conf/layer: update compatibilityBruce Ashfield
Drop thud/warrior, add dunfell Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-12-01layer.conf: Update PREFERRED_VERSIONzhengruoqin
Update PREFERRED_VERSION for following recipes: python-sqlalchemy python-eventlet python-warlock python-jsonschema Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-08layer: add zeus as compatibleBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-09-09layer.conf: remove preferred version for python-futuresChangqing Li
preferred version 3.0.3 is not aligned with current version under meta-openstack 3.3.0 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-04-02conf: add warrior to layer compatBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2018-10-11layer.conf: set PREFERRED_VERSION for python-networkxMingli Yu
Only set PREFERRED_VERSION for python-networkx when the openstack distro is enabled Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-10-11sanity-meta-openstack.bbclass: add class for bbappend files checkingMingli Yu
Add a new class sanity-meta-openstack.bbclass, to check whether necessary settings are available for bbappend files and preferred version setting in this layer to be effective and warn users if not. In addition, a variable SKIP_SANITY_META_OPENSTACK_CHECK is added to enable users to explicitly skip the checking to avoid unwanted warnings. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-10-09layer.conf: Add thud to LAYERSERIES_COMPATHongxu Jia
Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and `9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core, add thud to LAYERSERIES_COMPAT Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-10-09*/layer.conf: Update LAYERDEPENDSMark Hatle
The ruby layer is no longer in meta-openembedded, remove references to that from the README. Implement the LAYERDEPENDS for each of the layers so that the layerindex will populate properly. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-05-21python-requests: remove PREFERRED_VERSION limitMingli Yu
* Previously, add PREFERRED_VERSION for python-requests as we want to use version >=2.10.0 and the full commit message as below: commit 185eccef8964632f5b255265a0a8e59fe5858397 Author: Mark Asselstine <mark.asselstine@windriver.com> Date: Fri Jan 20 16:59:31 2017 -0500 python-requests: use version from meta-openembedded We want to use a version >=2.10.0 as required by python-keystoneauth1 so set a PREF so we don't get the older version found in meta-virtualization and used by docker. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> * Now meta-oe upreved python-requests to 2.18.4, remove PREFERRED_VERSION limit to avoid bitbake messages like: "NOTE: preferred version 2.13.0 of python-requests not available" Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-05-21Add LAYERSERIES_COMPATJeremy A. Puhlman
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-04-09python-oslo.i18n: was uprev'd incorrectlyMark Asselstine
The original commit had a mistake in it giving the impression 3.20.0 was on the stable/pike branch when in fact it was not. We want all openstack components on stable/pike so this uprev is not valid and we must bring back the old version and set it as the PREFERRED_VERSION. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-04-09python-networkx: uprev to v1.11Mark Asselstine
We are unable to use the v2.0 found in meta-python (v2.0 is excluded in the python-pypowervm requirements.txt). So uprev our python-networkx to an acceptable version for all related packages and force its use via PREFERRED_VERSION. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-11-15python-jsonschema: drop our recipe in favor of the one in meta-pythonMark Asselstine
The current v2.5.1 recipe is slightly broken (needs PYPI_PACKAGE_EXT = "zip" added). But regardless the current v2.5.1 recipe is unused since we are picking up the v2.6.0 in meta-python. Drop the unused/broken v2.5.1 recipe to clean things up. As with all our python recipes we will need to keep an eye on the version to ensure the are compatible, so add a PREF version to help track any skew that might develop. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-11-14python-warlock: add v1.2.0 required by python-glanceclientMark Asselstine
Keep the newer v1.3.0 around but we need to ensure this version is in use so set a PREF version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-11-08python-eventlet: add v0.20.0Mark Asselstine
Version 0.21.0 is not compatible with python-oslo.service per its requirements.txt: python-eventlet !=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 So add the v0.20.0 and set it as the PREF'd version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-11-08python-kombu: uprev to v4.1.0Mark Asselstine
This version is required for python-oslo.messaging when moved to stable/pike. We can drop the v3.0.37 version as it is no longer required allowing us to only have one recipe. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-11-08python-amqp: uprev to v2.2.2Mark Asselstine
This newer version is required by the new version of python-oslo.messaging found on stable/pike. Drop the old v1.4.9 so we only have the one recipe. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-16layer.conf: bump python-requests 2.12 -> 2.13Ioan-Adrian Ratiu
Meta-oe upreved to 2.13 (present in Pyro) so bump it here also to avoid bitbake messages like: "NOTE: preferred version 2.12.0 of python-requests not available" Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-30python-kombu: add version 3.0.37Mark Asselstine
The 4.x.x series requires the amqp>=2 which is outside of the range of amqp versions supported versions required for python-oslo.messaging therefore we need to continue support for the 3.0.x series and force its use via the layer.conf and PREFERRED_VERSION. This is an updated version of the python-kombu recipe for the 3.0.x series with updated license checksup (the license type remains the same) and updated runtime dependencies based on the packages requirements/default.txt. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-amqp: bring back the 1.x.x seriesMark Asselstine
The stable/newton version of python-oslo.messaging requires python-amqp <2.0.0 so we will bring back the latest version of the 1.x.x series (removed by commit 3af287f179a0), uprev to v1.4.9 and make it the PREF version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-requests: use version from meta-openembeddedMark Asselstine
We want to use a version >=2.10.0 as required by python-keystoneauth1 so set a PREF so we don't get the older version found in meta-virtualization and used by docker. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-oslo.db: uprev to latest stable/newtonMark Asselstine
Required some dependencies to be uprev's such as python-oslo.context and python-oslo.utils as well as version pinning python-sqlalchemy. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-netaddr: uprev to 0.7.19Mark Asselstine
Required for the uprev of python-oslo.config to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-12-25meta-openstack: layer.conf: update the preferred versionsMark Asselstine
Many of the packages we have preferred versions for no longer have recipes available for the defined versions, or the preferred version was incorrect. Set the preferred versions to something that actually exists. Since meta-openstack is currently not buildable there is no way to test these changes, other than 'it builds' and 'no more warnings about mismatched preferred versions' but there is more work being done currently which will eventually be merged and allow us to revisit these to ensure they are correctly set. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-02-05python-xstatic-mdi: initial versionMark Asselstine
This package provides a mdi javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. We had to add the CC-BY-4.0 license file which this package is licensed under, and add the licenses dir to LICENSE_PATH. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-02-05python-*: uprev to versions required for libertyMark Asselstine
This is a collection of recipe uprevs that bring various packages up to the version required to support the liberty release. These uprevs are mostly trivial with the expected SRC_URI and CHECKSUM updates along with updates to the list of dependencies. Where possible recipes have been updated to use git to facilitate future uprevs. For python-futures we need to add a PREFERRED_VERSION to ensure the git version will take precedence over a versioned recipe found in another layer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-12-11python-django: uprev to 1.8.6Mark Asselstine
Move to use git to ease future uprevs. Note that a recipe for django exists in meta-python and since it is a versioned recipe instead of a "_git" recipe it seems to be picked up instead of our recipe, so we need to add a PREFERRED_VERSION to ensure our recipe is used. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-04-29package_regex_openstack: fix for pypi packagesJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-04-17package_regex_openstack: fix for openstack core componentsJackie Huang
The bitbake git fetcher ignores non-released branches/tags like beta and rc, but we may want to update the openstack milestones like 2015.1.0.b2, add the GITTAGREGEX_BETA to allow this. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-04-16Add helper meta data to find upstream versions correctlyJackie Huang
This is referred to: meta-yocto/conf/distro/include/package_regex.inc And is used by the auto-upgrade-helper utility: http://git.yoctoproject.org/cgit/cgit.cgi/auto-upgrade-helper/ It helps generate upgrades automatically for recipes based on new versions being published upstream. The initial list includes *client recipes in meta-openstack. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-11-18meta-openstack: prefer pexpect 3.3Bruce Ashfield
The meta-python version is taking precedence, so we pin the version to the one in meta-openstack. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-29support packages: uprev to juno 2014.2-b2 versionsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-22lvm2: fix compilation with latest readline versionMark Asselstine
Commit 0460bd62663d6db4c9b6aed5edd73fb0d052ffb2 [lvm2: allow compiles to use latest readline] forced us to use an old version of readline. Here we backport an upstream lvm2 commit which allows us to use new readline and drop the PREFERRED_VERSION_ for readline. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-17openstack: force readline 5.xBruce Ashfield
readline 6.x triggers build errors with LVM2, so we need to set our preferred version to 5.x. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-10-04meta-openstack: prefer python greenlet 0.4.1Bruce Ashfield
pre-0.4.0 versions of python greenlet are known to segfault and cause general instability. So we set our preferred version to 0.4.1 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-03meta-openstack: allow dangling bbappendsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-28conf: corrected layer.confMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28openstack: layer infrastructureBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>