summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
* global: overrides conversionBruce Ashfield2021-07-311-332/+332
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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>