aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
AgeCommit message (Collapse)Author
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>