<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/conf/sanity.conf, branch 2.1_M1</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=2.1_M1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=2.1_M1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2015-06-10T11:00:13+00:00</updated>
<entry>
<title>sanity.conf: Bump minimum bitbake version to 1.27.1 for sstate change</title>
<updated>2015-06-10T11:00:13+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2015-06-09T12:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a3e60c3cbfb39d805b17061e6790f64ed54ef2ff'/>
<id>urn:sha1:a3e60c3cbfb39d805b17061e6790f64ed54ef2ff</id>
<content type='text'>
(From OE-Core rev: b925be92e8be2ab3b945069a699859809615c78f)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>classes/sanity: avoid bblayers version issue when switching between poky and other DISTRO values</title>
<updated>2015-02-23T18:00:20+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2015-02-05T12:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1bb00223844bfabe1f6d75c8179d4cbbd4fb5466'/>
<id>urn:sha1:1bb00223844bfabe1f6d75c8179d4cbbd4fb5466</id>
<content type='text'>
If you create a build directory with poky, or set DISTRO to "poky" and
run bitbake, you'll get a bblayers.conf file with LCONF_VERSION set to
6. If you then set DISTRO to any other value where the new distro config
doesn't pull in poky's config, e.g. "nodistro", you would then get a
bblayers.conf version error which didn't immediately make sense. (The
layer versions have been out-of-step ever since meta-yocto-bsp was
split out of meta-yocto several years ago).

This is just painful and we'd rather users didn't have to deal with
it. Obviously it isn't an OE-Core problem per se, but a simple way to
resolve it for everyone is to bump OE-Core's version to 6 with an
automatic no-op upgrade. Also ensure that multiple upgrade functions
(such as the poky one) have a chance to execute by not breaking out of
the loop as we were before.

Fixes [YOCTO #6139].

(From OE-Core rev: 2fdeee2fad69445b0d97148826c7b027820be63a)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity.conf: Update to require bitbake 1.25.0 as minimum version</title>
<updated>2014-12-03T12:23:56+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-12-03T12:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=daeb4a4459c95673560b5e17035a082d671d1cd4'/>
<id>urn:sha1:daeb4a4459c95673560b5e17035a082d671d1cd4</id>
<content type='text'>
This allows us to merge in the _defaultval changes.

(From OE-Core rev: 3de8689ad4aa97acd36a76dda36c96697e2ab712)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity.conf: Update minimum bitbake version to 1.23.2 due to event changes</title>
<updated>2014-09-23T21:10:12+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-09-23T20:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9a3781d8efedbdaedba69e9b6aa2da98f4d60b1a'/>
<id>urn:sha1:9a3781d8efedbdaedba69e9b6aa2da98f4d60b1a</id>
<content type='text'>
(From OE-Core rev: b4e2a769e8def2e78ffca3f006a0cc88407aaeda)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity: Bump BitBake minimal version to 1.23.0</title>
<updated>2014-05-01T21:48:51+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-05-01T19:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f7bbe9ce7679714c3dc464d0c382ef9ee2d7ce77'/>
<id>urn:sha1:f7bbe9ce7679714c3dc464d0c382ef9ee2d7ce77</id>
<content type='text'>
The metadata started using the bb.utils.contains_any which has been
add in the BitBake 1.23.0 release, set this as the minimal version to
ensure parsing compatibility.

(From OE-Core rev: dea40c2850a32b5b67e90336f9565889f92dabe8)

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity.conf: Require bitbake 1.21.1 as a minumum version for deltask functionality</title>
<updated>2013-12-20T12:26:25+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-12-20T12:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2c7276c3cf24e17433f6a66284cabc8386151b14'/>
<id>urn:sha1:2c7276c3cf24e17433f6a66284cabc8386151b14</id>
<content type='text'>
(From OE-Core rev: cdc6dfd497c7a96f8ccd666fe0b8970d5b906786)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity.conf: Update minimum bitbake version requirement to 1.19.1 for bitbake-worker</title>
<updated>2013-06-14T11:53:52+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-06-07T17:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1920ba28833eb5665325dac50ebc75e27d4ff7c6'/>
<id>urn:sha1:1920ba28833eb5665325dac50ebc75e27d4ff7c6</id>
<content type='text'>
This is due to the need to rely on bitbake-worker being present going
forwards.

(From OE-Core rev: ccf4fe860096f4b2a56b51b612b2a1dcb3525e59)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity.conf: Update minimum bitbake version</title>
<updated>2013-02-06T13:14:31+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-02-06T13:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ccde53bfa7696eba6f13eab19c38793e81d64f8b'/>
<id>urn:sha1:ccde53bfa7696eba6f13eab19c38793e81d64f8b</id>
<content type='text'>
We need this for the multiprocessing pool issues in python &lt; 2.7.3 whic
we now use in do_package.

(From OE-Core rev: 027dc0ec80b570c79f4adb0deabb63bcf3c49b78)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity.conf: Increase minimum bitbake version requirement to 1.17.0 for FILESDIR updates</title>
<updated>2012-11-26T10:01:23+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-11-26T09:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e2edcd98b8509fb751fe4f8937de064efa8e1456'/>
<id>urn:sha1:e2edcd98b8509fb751fe4f8937de064efa8e1456</id>
<content type='text'>
(From OE-Core rev: a85f990efd62e50e5ffaddf5c6d2703f18f11071)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanity.conf: Require bitbake 1.16.0 (stable series) prior to release (and for explode_dep_versions changes)</title>
<updated>2012-10-02T10:40:52+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-10-02T10:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=35e6121a58705381ddd0d86d69bdbbac9da51b37'/>
<id>urn:sha1:35e6121a58705381ddd0d86d69bdbbac9da51b37</id>
<content type='text'>
(From OE-Core rev: bf334f01cb90483ba304b4a830d53e705637b87a)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
