summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * glusterfs: Move from meta-openstack to meta-cloud-servicespyroHe Zhe2017-06-296-0/+0
| | | | | | | | | | | | | | It's not an openstack specific package. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-pyparsing: Move from meta-openstack to meta-cloud-servicesHe Zhe2017-06-291-0/+0
| | | | | | | | | | | | | | It's not an openstack specific package. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * spice: Fix compilation errorHe Zhe2017-06-292-0/+30
| | | | | | | | | | | | | | | | | | | ../../git/server/red_parse_qxl.c:367:18: error: 'BITMAP_FMT_IS_RGB' defined but not used [-Werror=unused-const-variable=] | static const int BITMAP_FMT_IS_RGB[] = {0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1}; Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python: satisfy setup.py 'setup_requires' for vcversionerMark Asselstine2017-06-292-0/+13
| | | | | | | | | | | | | | | | | | python-jsonschema has a 'setup_requires' for python vcversioner so we must have a -native version of python-vcversioner and DEPEND on it in order to avoid setup.py downloading the requires from PyPI. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-greenlet: uprev to 0.4.9Amy Fong2017-06-271-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-greenlet bugfixes from 0.3.4 - unstable issues. This resulted in the docker-registry (in some build scenarios) crashing repeatedly. Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/gunicorn/arbiter.py", line 507, in spawn_worker worker.init_process() File "/usr/lib64/python2.7/site-packages/gunicorn/workers/ggevent.py", line 193, in init_process super(GeventWorker, self).init_process() File "/usr/lib64/python2.7/site-packages/gunicorn/workers/base.py", line 120, in init_process self.run() File "/usr/lib64/python2.7/site-packages/gunicorn/workers/ggevent.py", line 117, in run gevent.sleep(1.0) File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 75, in sleep hub.wait(loop.timer(seconds, ref=ref)) File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 341, in wait result = waiter.get() File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 568, in get return self.hub.switch() File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 331, in switch return greenlet.switch(self) SystemError: NULL result without error in PyObject_Call <repeat> Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * layer.conf: bump python-requests 2.12 -> 2.13Ioan-Adrian Ratiu2017-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | 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>
| * python: Inherit setuptools instead of distutils for several packagesAdrian Dudau2017-06-014-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-appdirs python-keystoneauth python-lesscpy python-os-client-config The setup scripts of these modules use setuptools instead of distutils, resulting in errors like this: | File "setup.py", line 5, in <module> | from setuptools import setup | ImportError: No module named setuptools Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * openstack-image-*: Remove ROOTFS_PKGMANAGE_BOOTSTRAPAdrian Dudau2017-06-014-4/+0
| | | | | | | | | | | | | | | | | | | | run-postinsts is now installed by default in image.bbclass, so no need to include it in each image. Reference: OE-core rev 529244ee212fe14019e35a5f163fab705ddbf141 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* | Revert "python-pyparsing: Drop recipe"Adrian Dudau2017-07-311-0/+17
| | | | | | | | | | | | This reverts commit 635597f365a2c27098489e3e7efc1f0debf2a0ec. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.service: Uprev to v1.16.1Adrian Dudau2017-07-311-2/+2
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-warlock: Update checksumsAdrian Dudau2017-07-311-2/+2
| | | | | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-futures: Drop recipeAdrian Dudau2017-07-311-25/+0
| | | | | | | | | | | | Newer recipe maintained in meta-oe. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystone: Update dependency list and sort alphabeticallyAdrian Dudau2017-07-311-21/+31
| | | | | | | | | | | | According to v10.0.3 recommended for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.messaging: Uprev to v5.10.2Adrian Dudau2017-07-311-2/+2
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.concurrency: Use correct {PV}Adrian Dudau2017-07-311-1/+1
| | | | | | | | | | | | | | The git hash corresponds to v3.14.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.log: Use correct {PV}Adrian Dudau2017-07-311-1/+1
| | | | | | | | | | | | | | The git hash corresponds to v3.16.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.cache: Use correct {PV}Adrian Dudau2017-07-311-1/+1
| | | | | | | | | | | | | | The git hash corresponds to v1.14.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-pymongo: Drop recipeAdrian Dudau2017-07-311-16/+0
| | | | | | | | | | | | Same recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-msdgpack: Drop recipeAdrian Dudau2017-07-311-17/+0
| | | | | | | | | | | | Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-monotonic: Drop recipeAdrian Dudau2017-07-311-31/+0
| | | | | | | | | | | | Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-funcsigs: Drop recipeAdrian Dudau2017-07-311-18/+0
| | | | | | | | | | | | Same recipe is maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystonemiddleware: Update dependency listAdrian Dudau2017-07-311-0/+12
| | | | | | | | | | | | According to v4.9.1 recommended for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-passlib: Drop recipeAdrian Dudau2017-07-311-17/+0
| | | | | | | | | | | | Newer recipe maintained in meta-python Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | conf/layer.conf: Drop non-existent preferred versionAdrian Dudau2017-07-311-1/+0
| | | | | | | | | | | | | | python-alchemy has two preferred versions. Drop the older one which doesn't have a corresponding recipe. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-paste: Drop recipeAdrian Dudau2017-07-311-16/+0
| | | | | | | | | | | | A newer recipe is maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystone: Uprev to 10.0.3Adrian Dudau2017-07-311-2/+2
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-cinderclient: Update list of dependenciesAdrian Dudau2017-07-311-10/+13
| | | | | | | | | | | | According to v1.9.0 requirements. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | pythin-glanceclient: Update list of dependenciesAdrian Dudau2017-07-311-8/+15
| | | | | | | | | | | | According to v2.5.0 requirements. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystoneauth1: Downgrade to v2.12.3Adrian Dudau2017-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | Latest stable/newton lists v2.12.3 as the latest recommended version for python-keystone1. Commit b3c4115e60abe92bf45eef35a4696de0efe3712c that upgraded to v2.18.0 mentions it as a requirement for python-os-client-config, but checking its list of requirements we only find keystoneauth1 (>=2.1.0), which is fulfilled v2.12.3. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystoneclient: Add missing dependenciesAdrian Dudau2017-07-311-3/+10
| | | | | | | | | | | | These are all listed as dependencies for v3.5.1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.serialization: Use correct {PV}Adrian Dudau2017-07-311-1/+1
| | | | | | | | | | | | | | The git hash corresponds to v2.13.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.config: Use correct {PV}Adrian Dudau2017-07-311-1/+1
| | | | | | | | | | | | | | The git hash corresponds to v3.17.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-warlock: Downgrade to 1.2.0Adrian Dudau2017-07-311-1/+1
| | | | | | | | | | | | | | | | python-glanclient, which depends on warlock doesn't play well with v1.3.0: requirements.txt: warlock (>=1.0.1,!=1.3.0,<2) Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-prettytable: Drop recipeAdrian Dudau2017-07-311-24/+0
| | | | | | | | | | | | Recipe is already maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | conf/layer.conf: Update PREFERRED_VERSION of python-requestsAdrian Dudau2017-07-051-1/+1
| | | | | | | | | | | | The recipe version was upgraded in meta-python, adjust its PREFERRED_VERSION. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-netaddr: Drop recipeAdrian Dudau2017-07-051-16/+0
| | | | | | | | | | | | Same version of the recipe is already maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-pytz: Drop recipeAdrian Dudau2017-07-051-18/+0
| | | | | | | | | | | | A newer recipe (v2017.2) is maintained in meta-python Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-pyparsing: Drop recipeAdrian Dudau2017-07-051-17/+0
| | | | | | | | | | | | A newer recipe (v2.2.0) is maintained in meta-openembedded/meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-iso8601: Uprev to 0.1.11Adrian Dudau2017-07-051-3/+3
| | | | | | | | | | | | This is a minimum requirement for python-oslo.utils v3.16.1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-oslo.utils: Use correct PVAdrian Dudau2017-07-051-1/+1
| | | | | | | | | | | | The git hash corresponds to v3.16.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-cinderclient: Add dependency on python-keystoneauth1Adrian Dudau2017-07-051-0/+1
| | | | | | | | | | | | This is listed as requirement in the package. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-glanceclient: Uprev to 2.5.0Adrian Dudau2017-06-072-41/+3
| | | | | | | | | | | | | | | | This is used by latest stable/newton Drop memeroy leak patch, has been fixed in the new version. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystoneclient: Uprev to 3.5.1Adrian Dudau2017-06-072-50/+5
| | | | | | | | | | | | | | | | | | | | This is used by latest stable/newton Drop memory leak patch, has been fixed in the new version. keystone.bash_completion has been removed in the newer version, so drop support for it from the recipe. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystonemiddleware: Uprev to 4.9.1Adrian Dudau2017-06-071-3/+3
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-keystone: Uprev to 10.0.1Adrian Dudau2017-06-071-3/+3
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-neutron: Uprev to 9.3.1Adrian Dudau2017-06-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | This is used by latest stable/newton The .conf files now seem to reside under oslo-config-generator, so adapt the paths to install from there. This needs to be verified, and make sure that the install paths are still correct. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-neutronclient: Uprev to 6.0.0Adrian Dudau2017-06-071-3/+3
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-cinderclient: Uprev to 1.9.0Adrian Dudau2017-06-071-2/+2
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-nova: Uprev to 14.0.6Adrian Dudau2017-06-071-3/+3
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* | python-novaclient: Uprev to 6.0.1Adrian Dudau2017-06-071-3/+3
| | | | | | | | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>