summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
Commit message (Collapse)AuthorAgeFilesLines
* python-xstatic-mdi: initial versionMark Asselstine2016-02-051-0/+2
| | | | | | | | | | | | | 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>
* python-*: uprev to versions required for libertyMark Asselstine2016-02-051-0/+1
| | | | | | | | | | | | | | | | 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>
* python-django: uprev to 1.8.6Mark Asselstine2015-12-111-0/+1
| | | | | | | | | | 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>
* package_regex_openstack: fix for pypi packagesJackie Huang2015-04-291-0/+311
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* package_regex_openstack: fix for openstack core componentsJackie Huang2015-04-171-0/+11
| | | | | | | | | | 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>
* Add helper meta data to find upstream versions correctlyJackie Huang2015-04-161-0/+42
| | | | | | | | | | | | | | | | 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>
* meta-openstack: prefer pexpect 3.3Bruce Ashfield2014-11-181-0/+1
| | | | | | | 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>
* support packages: uprev to juno 2014.2-b2 versionsBruce Ashfield2014-08-291-0/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* lvm2: fix compilation with latest readline versionMark Asselstine2014-03-221-1/+0
| | | | | | | | | | 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>
* openstack: force readline 5.xBruce Ashfield2014-03-171-0/+1
| | | | | | | 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>
* meta-openstack: prefer python greenlet 0.4.1Bruce Ashfield2013-10-041-0/+3
| | | | | | | 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>
* meta-openstack: allow dangling bbappendsBruce Ashfield2013-09-031-0/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* conf: corrected layer.confMihai Prica2013-08-281-2/+2
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* openstack: layer infrastructureBruce Ashfield2013-08-281-0/+9
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>