<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git, branch hardknott</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2022-04-20T16:27:01+00:00</updated>
<entry>
<title>conf.py/poky.yaml: Move version information to poky.yaml and read in conf.py</title>
<updated>2022-04-20T16:27:01+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2022-04-20T10:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1cefabe0f0a2dd2ca8b6eb83e8e0824b72da941a'/>
<id>urn:sha1:1cefabe0f0a2dd2ca8b6eb83e8e0824b72da941a</id>
<content type='text'>
Merge in the changes from master allowing conf.py to use information from
poky.yaml. This allows the head version mapped to X.999 on the website to
have the version information displayed clearly and correctly.

(From yocto-docs rev: f462982ddb6e32052217d44c0c44e8a4df115589)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: server/process: Disable gc around critical section</title>
<updated>2022-04-16T22:03:46+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2022-04-16T19:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=eee9fba7b4d5d7a268a495688039027390894e6d'/>
<id>urn:sha1:eee9fba7b4d5d7a268a495688039027390894e6d</id>
<content type='text'>
The python gc can trigger whilst we're holding the event stream lock
and when cleaning up objects, they can trigger warnings. This translates
into a new event which would then need the lock and we can deadlock.

Disable gc whilst we hold that lock to avoid this unfortunate and
problematic situation.

(Bitbake rev: d01d8326331cfe59208674cfc53aa26c0028b313)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
(cherry picked from commit 96a6303949cefd469bcf5ed250ff512271354357)
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: fixtures: gatesgarth -&gt; hardknott</title>
<updated>2022-04-05T20:55:26+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2022-04-05T20:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=52645c86076482722ccbcbbb065c6f58b3ce3857'/>
<id>urn:sha1:52645c86076482722ccbcbbb065c6f58b3ce3857</id>
<content type='text'>
Replace gatesgarth (and bitbake 1.48) with hardknott (and bitbake 1.50)

(Bitbake rev: b38a035cc8e769b5a4d8e49e55e3fb59fa6ea5d0)

Signed-off-by: Tim Orling &lt;tim.orling@konsulko.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: Fix IMAGE_INSTALL issues with _append vs :append</title>
<updated>2022-04-05T15:55:30+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2022-03-10T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=805c876a28f676fb606eb23ce49453b9a4c1c8ea'/>
<id>urn:sha1:805c876a28f676fb606eb23ce49453b9a4c1c8ea</id>
<content type='text'>
After the override syntax change, toaster isn't working correctly. This
is because it uses IMAGE_INSTALL_append instead of IMAGE_INSTALL:append.

This tweaks the code accordingly to fix this.

I have a suspicion that exiting toaster databases may struggle with
the change and there are some migration steps missing for the whole
overrides syntax change step.

(Bitbake rev: e0a450db6d5a50fe7682f62936dfa082bd5de121)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: server/xmlrpcserver: Add missing xmlrpcclient import</title>
<updated>2022-04-05T15:54:06+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2022-03-07T16:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6c3f8d13fd7dc8c0ad12f606af76eb29242ac006'/>
<id>urn:sha1:6c3f8d13fd7dc8c0ad12f606af76eb29242ac006</id>
<content type='text'>
This avoids backtraces when starting toaster or using bitbake in
remote mode.

(Bitbake rev: 1d583db85ba8fa3242e231af4d94274527c051a6)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>toaster: Fix broken overrides usage</title>
<updated>2022-04-05T15:52:37+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2022-03-19T23:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=48ad0bb977445bfce520fcf222908997ab59e07f'/>
<id>urn:sha1:48ad0bb977445bfce520fcf222908997ab59e07f</id>
<content type='text'>
This fixes data corruption issues with toaster where image data wasn't
being processed correct.

(From OE-Core rev: fbbb689c8df7f82644b8a9bc5bb6884bc6516660)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>poky.conf: bump version for 3.3.6 release</title>
<updated>2022-04-03T19:49:58+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-04-01T02:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8a3493d18044da1c1f0d9c2521d1b2b06a434e36'/>
<id>urn:sha1:8a3493d18044da1c1f0d9c2521d1b2b06a434e36</id>
<content type='text'>
(From meta-yocto rev: c381b983b12536c10a03ac1ca0ec59d0e64088d8)

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation: prepare for 3.3.6 release</title>
<updated>2022-04-03T19:49:19+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-04-01T02:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6422e878f5da8e0cc5f60de3127635a2197a0dcd'/>
<id>urn:sha1:6422e878f5da8e0cc5f60de3127635a2197a0dcd</id>
<content type='text'>
(From yocto-docs rev: 905631d087283f8b24047a24abc257bca3fccc36)

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
Reviewed-by: Michael Opdenacker &lt;michael.opdenacker@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>lttng-modules: upgrade 2.12.7 -&gt; 2.12.8</title>
<updated>2022-04-03T19:49:03+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-03-31T08:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a07b68e69b132891ec9b395b8ec6dbdb76af6ee7'/>
<id>urn:sha1:a07b68e69b132891ec9b395b8ec6dbdb76af6ee7</id>
<content type='text'>
(From OE-Core rev: 4011526ad7b2c8711038c1729c7fd046cf852ffb)

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>zlib: backport the fix for CVE-2018-25032</title>
<updated>2022-04-03T19:49:03+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@burtonini.com</email>
</author>
<published>2022-03-29T13:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e5870b84fb2faaffb9c2029dba9982f4f5f566e7'/>
<id>urn:sha1:e5870b84fb2faaffb9c2029dba9982f4f5f566e7</id>
<content type='text'>
(From OE-Core rev: 90b9356e4b87d8ce08b3456ec0e0185e521335a4)

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
