<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git, branch pyro</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2017-06-29T19:27:21+00:00</updated>
<entry>
<title>glusterfs: Move from meta-openstack to meta-cloud-services</title>
<updated>2017-06-29T19:27:21+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2017-06-28T08:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1e7567ad8eef3a3b1aa3c60f71d7eff507f6aefa'/>
<id>urn:sha1:1e7567ad8eef3a3b1aa3c60f71d7eff507f6aefa</id>
<content type='text'>
It's not an openstack specific package.

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-pyparsing: Move from meta-openstack to meta-cloud-services</title>
<updated>2017-06-29T19:27:21+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2017-06-28T08:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=487a535eb568ed9e71da20ad73b8c08892660163'/>
<id>urn:sha1:487a535eb568ed9e71da20ad73b8c08892660163</id>
<content type='text'>
It's not an openstack specific package.

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>spice: Fix compilation error</title>
<updated>2017-06-29T19:27:21+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2017-06-29T09:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3f2b10efcd4bfc3f5e69758d09275bccaf17806c'/>
<id>urn:sha1:3f2b10efcd4bfc3f5e69758d09275bccaf17806c</id>
<content type='text'>
| ../../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 &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python: satisfy setup.py 'setup_requires' for vcversioner</title>
<updated>2017-06-29T19:01:17+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-06-29T17:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3bd48fe64c0459bb09d2b17c6606e020896ebeb5'/>
<id>urn:sha1:3bd48fe64c0459bb09d2b17c6606e020896ebeb5</id>
<content type='text'>
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 &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-greenlet: uprev to 0.4.9</title>
<updated>2017-06-27T17:24:39+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2017-06-27T08:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=bf6dc0176c734d824c1837408194e53cfd80f1f7'/>
<id>urn:sha1:bf6dc0176c734d824c1837408194e53cfd80f1f7</id>
<content type='text'>
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

    &lt;repeat&gt;

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: bump python-requests 2.12 -&gt; 2.13</title>
<updated>2017-06-16T17:01:09+00:00</updated>
<author>
<name>Ioan-Adrian Ratiu</name>
<email>adrian.ratiu@ni.com</email>
</author>
<published>2017-06-16T12:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=68d9d71b3c96fd043f235d92cec574e86378e501'/>
<id>urn:sha1:68d9d71b3c96fd043f235d92cec574e86378e501</id>
<content type='text'>
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 &lt;adrian.ratiu@ni.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python: Inherit setuptools instead of distutils for several packages</title>
<updated>2017-06-01T15:59:01+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2017-05-23T12:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=66ccdef9007dfaa564cfd4fbcbc41b50237771b4'/>
<id>urn:sha1:66ccdef9007dfaa564cfd4fbcbc41b50237771b4</id>
<content type='text'>
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 &lt;module&gt;
|     from setuptools import setup
| ImportError: No module named setuptools

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openstack-image-*: Remove ROOTFS_PKGMANAGE_BOOTSTRAP</title>
<updated>2017-06-01T15:59:01+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2017-05-23T12:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=64bc1b77f81e3a8b0f3c42e0ca827253f7a42f3d'/>
<id>urn:sha1:64bc1b77f81e3a8b0f3c42e0ca827253f7a42f3d</id>
<content type='text'>
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 &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>kernel: remove non-existent bbappends and add current ones</title>
<updated>2017-03-15T23:26:40+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2017-03-15T23:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=87813ae8386769418febe617062ce17571f9ae60'/>
<id>urn:sha1:87813ae8386769418febe617062ce17571f9ae60</id>
<content type='text'>
Our kernel bbappends have gotten out of date. This commit syncs them
with oe-core master.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>qpid: fix the wrong python dir issue</title>
<updated>2017-03-13T13:26:13+00:00</updated>
<author>
<name>fli</name>
<email>fupan.li@windriver.com</email>
</author>
<published>2017-03-13T07:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=116a12ed48345159690a5504cb67fd8c9e63150c'/>
<id>urn:sha1:116a12ed48345159690a5504cb67fd8c9e63150c</id>
<content type='text'>
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 &lt;fupan.li@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
