summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* spice: add PACKAGECONFIG for xineramaJackie Huang2016-05-311-0/+1
| | | | | | | | | | | | | | | spice auto detect Xinerama library to enable the feature, but it causes error when using sstate between different builds, e.g. previous build have xinerama but the later one doesn't, then it fails on the later one with: "Package 'xinerama', required by 'spice-server', not found" Add PACKAGECONFIG for xinerama to ensure we have deterministic builds. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemu: Add packageconfig for libseccomp to avoid rdepend QA warningHe Zhe2016-05-201-0/+1
| | | | | | | | | | | | | | | "WARNING: QA Issue: qemu rdepends on libseccomp, but it isn't a build dependency? [build-deps]" Currently qemu itself checks and links with libsecomp(if version >= 2.1.1) for x86 and x86-64, since it is not specified in configure, and causes the above warning. This patch adds packageconfig for libseccomp and set it disabled as default. This feature can be enabled whenever libseccomp exists and is needed. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-repoze: Add license to avoid warningHe Zhe2016-05-202-1/+36
| | | | | | | | | | "WARNING: python-repoze.who: No generic license file exists for: BSD-derived in any provider" Add BSD Modification Variant license Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cloud-init: fix installed-vs-shipped issue by creating a separate packageXulin Sun2016-05-201-0/+4
| | | | | | | | | | | | | | | | | | | This solves the following issue by creating a separate package to put the below files: QA Issue: cloud-init: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/cloud-init.service /lib/systemd/system/cloud-config.target /lib/systemd/system/cloud-config.service /lib/systemd/system/cloud-init-local.service /lib/systemd/system/cloud-final.service Signed-off-by: Xulin Sun <xulin.sun@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nss-pam-ldapd: add systemd supportLiang Li2016-04-282-2/+18
| | | | | | | Just add systemd style service file. Signed-off-by: Liang Li <liang.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nss-pam-ldapd: move from meta-openstack to base layerLiang Li2016-04-282-0/+0
| | | | | | | To prepare enable nss-pam-ldapd reuseable by other layer/addons. Signed-off-by: Liang Li <liang.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-dateutil: wildcard the version strgingLiang Li2016-04-281-0/+0
| | | | | | | Fix configure time warning like 'can not find recipe for bbapend file'. Signed-off-by: Liang Li <liang.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openstackchef: add missing parameter to getVarMark Asselstine2016-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Builds are failing with: File: 'openstackchef_inc.bbclass', lineno: 624, function: deploychef_add_file_to_FILES_PN 0620: pkg_files = "FILES_%s" % pkg 0621: ldata.setVar("OVERRIDES", "%s:%s" % (pkg_files, overrides)) 0622: bb.data.update_data(ldata) 0623: *** 0624: dest_base = d.getVar('CHEF_TEMPLATE_BASE') 0625: pkg_imagedir = d.getVar('CHEF_ROOTFS_BASE', True) 0626: #Add the packages image base directory if it does not already exist 0627: if re.search(pkg_imagedir, files) == None: 0628: #All the directory and all files in it Exception: TypeError: getVar() takes at least 3 arguments (2 given) Add the required parameter to fix the build. Chef is planned to be removed from this layer in the near future, so this change is not tested. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: pass required CFLAGSMark Asselstine2016-03-211-3/+4
| | | | | | | | | The tgt Makefile has several CFLAGS (defines) that need to be set. Since we overwrite the CFLAGS by exporting CFLAGS and passing '-e' to make, we need to include these in our defined CFLAGS. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* packagegroup-cloud-extras: include xterm only if x11 in DISTRO_FEATURESJosep Puigdemont2016-02-191-1/+1
| | | | | Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xterm: update bbappend to match meta-oe main recipeBruce Ashfield2016-02-091-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: add python-futures to RRECOMMENDS for salt-commonJosh Cartwright2016-02-091-1/+1
| | | | | | | | | The TCP transport mechanism has a dependency on the python-futures module. Document this in the form of an RRECOMMENDS. Signed-off-by: Josh Cartwright <joshc@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openssh: update 6.% -> 7.%Ioan-Adrian Ratiu2016-02-091-0/+0
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* iproute2: update 3.% -> 4.%Ioan-Adrian Ratiu2016-02-091-0/+0
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* fuse: remove bbappend (2.9.3)Ioan-Adrian Ratiu2016-02-091-1/+0
| | | | | | | | | meta-oe master has upgraded to v2.9.4 which builds fine with B != S. Since this bbappend only makes the recipe inherit autotools-brokensep, we can remove it altogether. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: uprev to LibertyMark Asselstine2016-02-054-34/+15
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone: uprev to LibertyMark Asselstine2016-02-053-12/+12
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* trove: move to latest releaseMark Asselstine2016-02-052-11/+13
| | | | | | | | Uprev trove to the latest release. This requires updates to configurations strings since the 'sql_' configs have been deprecated. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oauthlib: allow apache to read requires.txtMark Asselstine2016-02-051-1/+1
| | | | | | | | | | | | | Apache will error with: IOError: [Errno 13] Permission denied: \ '/usr/lib/python2.7/site-packages/oauthlib-0.7.2-py2.7.egg-info/requires.txt' when attempting to login to horizon. Set more permissive permissions for this file to avoid this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* horizon: uprev to LibertyMark Asselstine2016-02-051-56/+63
| | | | | Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* django-openstack-auth: uprev and switch to gitMark Asselstine2016-02-051-6/+6
| | | | | | | | The uprev is needed for the uprev of horizon. Switching to get will facilitate future uprevs. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* neutron: uprev to LibertyMark Asselstine2016-02-052-38/+56
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* heat: uprev to LibertyMark Asselstine2016-02-051-5/+37
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cinder: uprev to LibertyMark Asselstine2016-02-052-13/+45
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ceilometer: uprev to LibertyMark Asselstine2016-02-052-11/+37
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* glance: uprev to LibertyMark Asselstine2016-02-053-10/+30
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-roboto-fontface: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | A simple package providing the Roboto fontface. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-mdi: initial versionMark Asselstine2016-02-053-0/+417
| | | | | | | | | | | | | 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-xstatic-bootswatch: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a bootswatch javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-angular-gettext: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides Angular-Gettext javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-bootstrap-datepicker: recipe fixupMark Asselstine2016-02-051-7/+3
| | | | | | | Correct the license and SRC_URI along with other trivial changes. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django-babel: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides tools for using Babel with Django. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ryu: initial versionMark Asselstine2016-02-051-0/+32
| | | | | | | | | | This package provides Ryu component-based software defined networking framework. This package is required by neutron. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-designateclient: initial versionMark Asselstine2016-02-051-0/+31
| | | | | | | | | This package provides Python bindings to the Designate API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-magnumclient: initial versionMark Asselstine2016-02-051-0/+34
| | | | | | | | | This package provides a Python client for containers service. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-manilaclient: initial versionMark Asselstine2016-02-051-0/+35
| | | | | | | | | This package provides Python bindings to the OpenStack Manila API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-mistralclient: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides a Python client for Mistral REST API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.cache: initial versionMark Asselstine2016-02-051-0/+35
| | | | | | | | | This package provides an oslo.config enabled dogpile.cache. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-unicodecsv: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | | This package provides Python2's stdlib csv module replacement with unicode support. This package is required by python-cliff. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-zaqarclient: initial versionMark Asselstine2016-02-051-0/+29
| | | | | | | | | This package provides a python Zaqar Client. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-jsonpath-rw-ext: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides extensions for JSONPath RW. This package is required by ceilometer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-kafka: initial versionMark Asselstine2016-02-051-0/+25
| | | | | | | | | This package provides a python client for Apache Kafka. This package is required by ceilometer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-automaton: initial versioinMark Asselstine2016-02-051-0/+28
| | | | | | | | | This package provides a friendly state machines for python. This package is required by python-taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-castellan: initial versionMark Asselstine2016-02-051-0/+34
| | | | | | | | | This package provides a generic key manager interface for OpenStack. This package is required by glance. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-aioeventlet: initial versionMark Asselstine2016-02-052-0/+60
| | | | | | | | | | This package provides asyncio event loop scheduling callbacks in eventlet. This package is required by oslo.messaging. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-contextlib2: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | | This package provides backports and enhancements for the contextlib module. This package is required by futurist and taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-futurist: initial versionMark Asselstine2016-02-051-0/+26
| | | | | | | | | This package provides a useful additions to futures, from the future. This package is required by taskflow, tooz and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ordereddict: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | | This package provides a drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6. This package is required by oslo.middleware. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-python-editor: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a python module that allows one to programmatically open an editor, capture the result. This package is required by python-alembic. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-repoze.who: initial versionMark Asselstine2016-02-051-0/+28
| | | | | | | | | | This package provides an identification and authentication framework for WSGI. This package is required by python-pysaml2. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>