summaryrefslogtreecommitdiffstats
path: root/meta-openstack
Commit message (Collapse)AuthorAgeFilesLines
* tgt: Use return instead of exit to restart tgtd, if tgtd is not runningsumorockoJagadeesh Krishnanjanappa2018-07-101-2/+2
| | | | | | | | | If the tgtd daemon is stopped, then '/etc/init.d/tgtd.init restart' does not start the new tgtd daemon, as the control comes out from the stop function, if it finds tgtd is not running. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xterm: remove bbappendKai Kang2017-10-271-1/+0
| | | | | | | Add freetype-native to DEPENDS has been done by PACKAGECONFIG 'xft'. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: update bbappends to match oe-core reference kernelsBruce Ashfield2017-10-191-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: fix oe-core and meta-oe layer referencesBruce Ashfield2017-09-191-2/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* packagegroups: fix invalid license fileJackie Huang2017-09-156-6/+6
| | | | | | | | | | | | Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning: | WARNING: packagegroup-cloud-compute do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: qemu: match spice arch restrictionsMark Asselstine2017-09-151-1/+4
| | | | | | | | The spice recipe is restricted to Intel x86 and x86-64 so keep 'spice' out of the PACKAGECONFIG unless we are using one of these ARCHs. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* erlang-native: Add DEPENDS for ncurses-nativeMark Asselstine2017-08-241-1/+1
| | | | | | | | | | | | | | | | | | | This was most likely being provided by another pkg pulling in ncurses-native before erlang-native was being built. With RSS this is no longer the case and we need to add the explicit DEPENDS. Without this we are seeing erlang-native fail to configure: | checking for tgetent in -lncurses... no | checking for tgetent in -lcurses... no | checking for tgetent in -ltermcap... no | checking for tgetent in -ltermlib... no | configure: error: No curses library functions found While we are at it we drop the setting of PR as this will be handled by the PR server. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* uwsgi: fixups for gcc 7.xMark Asselstine2017-08-243-0/+102
| | | | | | | | | | | | | | | Apply several upstream patches to fixup fallthrough switch statements. This fixes build failures such as: | core/hash.c:44:13: error: this statement may fall through [-Werror=implicit-fallthrough=] | h ^= key[2] << 16; | ~~^~~~~~~~~~~~~~~ | core/hash.c:45:7: note: here | case 2: | ^~~~ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-novaclient: drop DEPENDS for python-setuptools-gitMark Asselstine2017-08-221-1/+0
| | | | | | | | | | | The upstream project dropped the use of setuptools-git when they moved to use pbr. There was a bug here anyway in that 'inherit setuptools' sets a DEPENDS which was then being blown away by the "DEPENDS = ...", but since we just don't need python-setuptools-git anymore we simply drop it. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-positional: use archived tarballMark Asselstine2017-08-221-4/+4
| | | | | | | | | | | | | | | The upstream project has been discontinued as you can see from the comment from the developer in response to another pkg which used positional: https://github.com/conda-forge/positional-feedstock/issues/7 In addition to discontinuing the project the developer removed the repository, so we need to use the version archived via pypi. We can't simply drop the package as it is used by python-nova and other openstack components. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cyrus-sasl: drop bbappendMark Asselstine2017-08-221-1/+0
| | | | | | | | | The change implemented in the bbappend is now part of the main recipe file. See commit a97ab8e018d86461a4701625dc16b09370fad21f [cyrus-sasl: inherit autotools-brokensep] in meta-openembedded. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* rabbitmq-server: add systemd supportShrikant Bobade2017-08-173-1/+52
| | | | | | | | | add systemd support to bring-up out of box rabbitmq-server support. rabbitmq-server-setup: essential setup required by rabbitmq-server rabbitmq-server.service: systemd support service file Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-salttesting: Modify patch to improve ptest outputJeffrey Pautler2017-07-101-11/+8
| | | | | | | | | | | | Current test case output includes shortDescription and looks like this: PASS: [CPU:24.1%|MEM:17.4%] First line of test case doc string New test case output replaces shortDescription with test name and looks like this: PASS: test_case_function_name Signed-off-by: Jeffrey Pautler <jeffrey.pautler@ni.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>
* glusterfs: Move from meta-openstack to meta-cloud-servicesHe Zhe2017-06-296-339/+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-17/+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>
* 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>
* kernel: remove non-existent bbappends and add current onesBruce Ashfield2017-03-153-0/+9
| | | | | | | Our kernel bbappends have gotten out of date. This commit syncs them with oe-core master. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qpid: fix the wrong python dir issuefli2017-03-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qpid used the wrong python path and thus cannot package the files installed. This commit will fix the following warning issue: WARNING: QA Issue: qpid: Files/directories were installed but not shipped in any package: /usr/lib/python2.7/site-packages/qmfengine.py /usr/lib/python2.7/site-packages/qmf.py /usr/lib/python2.7/site-packages/_qmfengine.so /usr/lib/python2.7/site-packages/_qmfengine.la /usr/lib/python2.7/site-packages/qmfengine.pyo /usr/lib/python2.7/site-packages/qmf.pyo /usr/lib/python2.7/site-packages/cqpid.py /usr/lib/python2.7/site-packages/_cqpid.so /usr/lib/python2.7/site-packages/_cqpid.la /usr/lib/python2.7/site-packages/cqpid.pyo /usr/lib/python2.7/site-packages/qmf2.py /usr/lib/python2.7/site-packages/cqmf2.py /usr/lib/python2.7/site-packages/_cqmf2.so /usr/lib/python2.7/site-packages/_cqmf2.la /usr/lib/python2.7/site-packages/qmf2.pyo /usr/lib/python2.7/site-packages/cqmf2.pyo /usr/lib/python2.7/site-packages/qmfgen /usr/lib/python2.7/site-packages/qmfgen/__init__.py /usr/lib/python2.7/site-packages/qmfgen/generate.py /usr/lib/python2.7/site-packages/qmfgen/schema.py /usr/lib/python2.7/site-packages/qmfgen/management-types.xml /usr/lib/python2.7/site-packages/qmfgen/__init__.pyo /usr/lib/python2.7/site-packages/qmfgen/generate.pyo /usr/lib/python2.7/site-packages/qmfgen/schema.pyo /usr/lib/python2.7/site-packages/qmfgen/templates /usr/lib/python2.7/site-packages/qmfgen/templates/Args.h /usr/lib/python2.7/site-packages/qmfgen/templates/Class.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/Class.h /usr/lib/python2.7/site-packages/qmfgen/templates/CMakeLists.cmake /usr/lib/python2.7/site-packages/qmfgen/templates/Event.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/Event.h /usr/lib/python2.7/site-packages/qmfgen/templates/Makefile.mk /usr/lib/python2.7/site-packages/qmfgen/templates/Package.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/Package.h /usr/lib/python2.7/site-packages/qmfgen/templates/V2Package.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/V2Package.h Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. qpid: 36 installed and not shipped files. [installed-vs-shipped] Signed-off-by: fli <fupan.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-netaddr: switch to setuptoolsMark Asselstine2017-01-301-1/+1
| | | | | | | | | | | The uprev done in commit 0f9fb18e1883 didn't take into account that upstream moved to use setuptools (see upstream commit a8509c0c7c4c [cleaned up of older conventions and switched to setuptools]). Switch to setup tools to match this upstream change. This will fix errors seen when attempting to 'import netaddr'. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-smart-table: uprev to v1.4.13.2Mark Asselstine2017-01-301-6/+4
| | | | | | | | | | | | | | | | | | | | Although version 1.4.5.3 is within the acceptable versions listed by python-horizon (stable/newton) there are changes related to smart-table.min.js vs smart-table.js which will cause python-horizon to error with the following exception: 'horizon/lib/angular_smart_table/smart-table.min.js' could not be found in the COMPRESS_ROOT '/usr/lib/python2.7/site-packages/static' or with staticfiles. (See commit 12c37e3af0a95cb793ad1fb7e055276da049e5ac in horizon) Upstream should probably remove 1.4.5.3 from the range of acceptable versions due to this. At any rate uprev'ing the package avoids the mismatch. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-alembic: uprev to 0.8.10Mark Asselstine2017-01-302-22/+23
| | | | | | | | | | This uprev is required to support python-oslo.db uprev to stable/newton. The license is still MIT though the md5sum required being updated. Runtime dependencies were updated based on requires.txt. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-kombu: add version 3.0.37Mark Asselstine2017-01-302-0/+24
| | | | | | | | | | | | | | | 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>
* python-oslo.reports: uprev to latest stable/newtonMark Asselstine2017-01-251-4/+3
| | | | | | | | Minor runtime dependency updates. Runtime dependency versions are all already met. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.rootwrap: uprev to latest stable/newtonMark Asselstine2017-01-251-3/+3
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.cache: uprev to latest stable/newtonMark Asselstine2017-01-251-6/+3
| | | | | | | | Minor runtime dependency updates. Requiers an uprev to python-dogpile.cache Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-dogpile.cache: uprev to 0.6.2Mark Asselstine2017-01-252-19/+18
| | | | | | | | Required to support the uprev of python-oslo.cache to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.vmware: uprev to latest stable/newtonMark Asselstine2017-01-251-5/+4
| | | | | | | | A few runtime dependency updates, but otherwise a straightforward uprev. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-angular-schema-form: initial versionMark Asselstine2017-01-251-0/+25
| | | | | | | | This package is required by the stable/newton verison of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-tv4: initial versionMark Asselstine2017-01-251-0/+25
| | | | | | | | This package is required to support the stable/newton version of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-angular-fileupload: initial versionMark Asselstine2017-01-251-0/+25
| | | | | | | | This package is required to support the stable/newton version of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-objectpath: initial versionMark Asselstine2017-01-251-0/+25
| | | | | | | | This package is required to support the stable/newton uprev of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django-babel: uprev to 0.5.1Mark Asselstine2017-01-251-3/+3
| | | | | | | | This uprev is required to support the update to stable/newton of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-rcssmin: initial versionMark Asselstine2017-01-251-0/+22
| | | | | | | | This package is required to support the uprev of python-django-compressor to v2.1. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-rjsmin: initial versionMark Asselstine2017-01-251-0/+22
| | | | | | | | This package is required to support the uprev of python-django-compressor to v2.1. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django-compressor: uprev to v2.1Mark Asselstine2017-01-252-22/+25
| | | | | | | | This version is required to support the uprev of python-horizon to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-mdi: uprev to 1.4.57.0Mark Asselstine2017-01-251-5/+5
| | | | | | | | This uprev is required by the uprev of python-horizon to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.service: correct PVMark Asselstine2017-01-251-1/+1
| | | | | | | Mistakenly had 0.16.0 instead of 1.16.0. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.policy: uprev to latest stable/newtonMark Asselstine2017-01-251-3/+4
| | | | | | | | Updated runtime dependency list, otherwise all dependency versions are already in place. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-osprofiler: uprev to v1.5.0Mark Asselstine2017-01-251-6/+10
| | | | | | | This uprev is required to suppor the uprev of python-keyston to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
* python-osc-lib: initial versionMark Asselstine2017-01-251-0/+32
| | | | | | | | | This is required for the uprev of python-heatclient to stable/newton. The version is selected based on all version requirements. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cliff: 1.15.0 -> 2.4.0Huang Qiyu2017-01-251-3/+3
| | | | | | | Upgrade python-cliff from 1.15.0 to 2.4.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-warlock: 1.1.0 -> 1.3.0Huang Qiyu2017-01-252-21/+21
| | | | | | | | 1) Upgrade python-warlock from 1.1.0 to 1.3.0. 2) Change the license file to LICENSE.txt. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.serialization: 1.11.0 -> 2.13.0Huang Qiyu2017-01-251-5/+3
| | | | | | | | 1) Upgrade python-oslo.serialization from 1.11.0 to 2.13.0. 2) Update the RDEPENDS. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pecan: 0.9.0 -> 1.2.1Huang Qiyu2017-01-251-3/+3
| | | | | | | Upgrade python-pecan from 0.9.0 to 1.2.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-lockfile: 0.10.2 -> 0.12.2Huang Qiyu2017-01-251-2/+2
| | | | | | | Upgrade python-lockfile from 0.10.2 to 0.12.2. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-httplib2: 0.9.1 -> 0.9.2Huang Qiyu2017-01-251-4/+4
| | | | | | | | 1) Upgrade python-httplib2 from 0.9.1 to 0.9.2. 2) License checksum changed,since the version was updated. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-httpretty: 0.8.10 -> 0.8.14Huang Qiyu2017-01-252-26/+26
| | | | | | | | 1) Upgrade python-httpretty from 0.8.10 to 0.8.14. 2) License checksum changed,since the version and description were changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>