<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/recipes-devtools, branch honister</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=honister</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=honister'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2021-08-01T03:49:54+00:00</updated>
<entry>
<title>global: overrides conversion</title>
<updated>2021-08-01T03:49:54+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-08-01T03:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0cffcd09a44b2a58452a5bb13714bfc47d6546bf'/>
<id>urn:sha1:0cffcd09a44b2a58452a5bb13714bfc47d6546bf</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>misc: python3 readiness</title>
<updated>2020-01-22T16:21:37+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T16:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ba0ca845af46a5d9c05dbd8943744a4e78d268d5'/>
<id>urn:sha1:ba0ca845af46a5d9c05dbd8943744a4e78d268d5</id>
<content type='text'>
Updating the packages in m-c-s to be python3 parse safe. These are not
runtime tested, but will pass layer inclusion and parsing.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: Remove the bbappend</title>
<updated>2019-08-01T02:16:13+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>Mingli.Yu@windriver.com</email>
</author>
<published>2019-07-26T05:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0f93dfe2f000b42eb0b960d90e2614a0e8a39201'/>
<id>urn:sha1:0f93dfe2f000b42eb0b960d90e2614a0e8a39201</id>
<content type='text'>
The current bbappend only has below logic:
CLEANBROKEN = "1"

For python-dateutil, the distutils class is about to
do a clean via "setup.py clean" as below logic in distutils
class without CLEANBROKE = "1":
distutils_do_configure() {
        if [ "${CLEANBROKEN}" != "1" ] ; then
                NO_FETCH_BUILD=1 \
                ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py clean ${DISTUTILS_BUILD_ARGS}
        fi
}

But it works for python-dateutil, no need to set
CLEANBROKEN, so remove this bbappend.

Signed-off-by: Mingli Yu &lt;Mingli.Yu@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-ansible: copy recipe from meta-overc (branch:master-oci)</title>
<updated>2018-09-25T21:40:49+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2018-09-18T20:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=492de1f32fc0053b692e3173ea6d3d19052f7c97'/>
<id>urn:sha1:492de1f32fc0053b692e3173ea6d3d19052f7c97</id>
<content type='text'>
This recipe was part of meta-overc as ansible was originally used to
configure things in the OverC framework. The use of ansible was
dropped, however, due to size concerns, the limited functionality we
were using, increased boot times and other factors. It no longer makes
sense to host this recipe in meta-overc and thus we are making it
available as part of meta-cloud-services as it is still a useful tool
for cloud deployments.

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-pyparsing: fix SRC_URI's checksum</title>
<updated>2018-02-27T12:59:32+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2018-02-27T07:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=15ec4cbd03c9c5372b59eb9c2eecc1512bd1c99e'/>
<id>urn:sha1:15ec4cbd03c9c5372b59eb9c2eecc1512bd1c99e</id>
<content type='text'>
The checksum was changed because the source was changed from .zip to .tar.gz,
see 3d512115129e2cea97067d23cb72fea62b70dd39 for more details.

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-*: switch remaining pypi recipes to use the pypi class</title>
<updated>2017-11-14T17:40:01+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-11-13T21:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3d512115129e2cea97067d23cb72fea62b70dd39'/>
<id>urn:sha1:3d512115129e2cea97067d23cb72fea62b70dd39</id>
<content type='text'>
Cleanup the various python-* recipes which download from pypi. The
biggest change is to "inherit pypi" which should result in us always
using current pypi best practices. This will for example ensure we are
using https and not http which is apparently going to be disabled
soon.

In most cases we are able to drop SRC_URI, however, for some recipes
using archived versions of packages we must set PYPI_SRC_URI to
overwrite what the pypi class would derive. For example when the
archive is a zip and not a tar.gz.

In all cases we can drop the defining of 'S' and 'PR' as the pypi
class and the PR server will set these correctly.

In most cases we can drop SRCNAME. Where needed we instead set
PYPI_PACKAGE to overwrite the derived name that the pypi class would
otherwise calculate.

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-29T19:28:25+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=1efe010daaf766cbc26965c6e00df798a207a480'/>
<id>urn:sha1:1efe010daaf766cbc26965c6e00df798a207a480</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>python-pyparsing: Move from meta-openstack to meta-cloud-services</title>
<updated>2017-06-29T19:27:41+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=fea2e20227138b90ee406bf4e2c9fca5532c547a'/>
<id>urn:sha1:fea2e20227138b90ee406bf4e2c9fca5532c547a</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-dateutil: wildcard the version strging</title>
<updated>2016-04-28T13:20:51+00:00</updated>
<author>
<name>Liang Li</name>
<email>liang.li@windriver.com</email>
</author>
<published>2016-04-28T02:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2784c7efcc7349a2c7f82396a73ff45231264596'/>
<id>urn:sha1:2784c7efcc7349a2c7f82396a73ff45231264596</id>
<content type='text'>
Fix configure time warning like 'can not find recipe for bbapend file'.

Signed-off-by: Liang Li &lt;liang.li@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: move bbappend to the base layer</title>
<updated>2015-09-16T20:07:07+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-09-15T13:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0c46635d8449d8b4131f0dc75cd0955230fc7009'/>
<id>urn:sha1:0c46635d8449d8b4131f0dc75cd0955230fc7009</id>
<content type='text'>
This bbappend is not specific to openstack, any meta-cloud-services
'sub-layer' will require this change so moving it to the base layer
to make it apply even with non-openstack builds.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
