<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git, branch master</title>
<subtitle>Mirror of http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi</subtitle>
<id>https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2021-11-23T11:32:35+00:00</updated>
<entry>
<title>linux-raspberrypi: Upgrade to 5.10.81</title>
<updated>2021-11-23T11:32:35+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-11-22T17:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=63a3d8cb17c5d1affe8f2848f45fcc6a706f9412'/>
<id>urn:sha1:63a3d8cb17c5d1affe8f2848f45fcc6a706f9412</id>
<content type='text'>
Also fixes
https://github.com/agherzan/meta-raspberrypi/issues/957

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>parselogs: Update the error regexps to 5.10 kernel</title>
<updated>2021-11-23T11:32:35+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-11-20T20:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4a827bfff24758677e9c1d9d3b186fc14f23e0bb'/>
<id>urn:sha1:4a827bfff24758677e9c1d9d3b186fc14f23e0bb</id>
<content type='text'>
The old messages are no longer necessary

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: add variant Wi-Fi/BT drivers for CM4 and Pi 400</title>
<updated>2021-11-19T14:22:40+00:00</updated>
<author>
<name>Peter A. Bigot</name>
<email>pab@pabigot.com</email>
</author>
<published>2021-11-18T15:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=54213e7127443d630765bf6073dc6bc1073705d2'/>
<id>urn:sha1:54213e7127443d630765bf6073dc6bc1073705d2</id>
<content type='text'>
These boards use a slightly different chip which requires additional
firmware to be present.

Signed-off-by: Peter A. Bigot &lt;pab@pabigot.com&gt;
</content>
</entry>
<entry>
<title>linux-firmware-rpidistro: Use bullseye branch</title>
<updated>2021-11-18T09:17:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-11-17T20:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4c76dab6f04efcb97a6923b0587d56343912f5b5'/>
<id>urn:sha1:4c76dab6f04efcb97a6923b0587d56343912f5b5</id>
<content type='text'>
Switch to using bullseye release 20210315-3+rpt3
License is pointed in different location in new repo structure WHENCE
file is gone too.

Fixes
https://github.com/YoeDistro/yoe-distro/issues/617

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-config: don't trigger bbfatal for empty ENABLE_UART</title>
<updated>2021-11-17T11:08:55+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-11-16T17:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=7413c72dd538d3956600211326a1c2ef01b8e057'/>
<id>urn:sha1:7413c72dd538d3956600211326a1c2ef01b8e057</id>
<content type='text'>
Fixes https://github.com/agherzan/meta-raspberrypi/pull/941 not to
show fatal error for default configuration with ENABLE_UART being empty.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Added gpio-poweroff overlay.</title>
<updated>2021-11-14T15:40:25+00:00</updated>
<author>
<name>Cameron Kellough</name>
<email>cameron@telemetrak.com</email>
</author>
<published>2021-11-13T21:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=c0dd1c9129076d89263aa67a312c5c3de68a67ab'/>
<id>urn:sha1:c0dd1c9129076d89263aa67a312c5c3de68a67ab</id>
<content type='text'>
Some machines need to have the kernel toggle a gpio when an external
power source needs to shut off power to complete a shutdown and de-energize
the processor.  gpio-poweroff provides this functionality but was omitted
from the kernel overlays brought oveer by the rpi-layer from the kernel.
Signed-off-by: Cameron Kellough &lt;cameron@telemetrak.com&gt;
</content>
</entry>
<entry>
<title>rpi-config: Take into consideration ENABLE_UART value of 0</title>
<updated>2021-11-14T15:39:42+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2021-11-13T23:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b1570cff2181785e475917932ac09e802d5c8507'/>
<id>urn:sha1:b1570cff2181785e475917932ac09e802d5c8507</id>
<content type='text'>
Also, validate if the value of it is not 0 or 1.

Fixes: https://github.com/agherzan/meta-raspberrypi/issues/567

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
<entry>
<title>libwpe: Migrate build workaround from oe-core</title>
<updated>2021-11-14T15:39:24+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2021-11-14T00:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=690b4a5e9891f5b16df2d4d41250d51b7ed1ceb2'/>
<id>urn:sha1:690b4a5e9891f5b16df2d4d41250d51b7ed1ceb2</id>
<content type='text'>
This was removed from oe-core[1] so we pull in the change here where it
should have been in the first place.

Fixes: https://github.com/agherzan/meta-raspberrypi/issues/893

[1] https://lists.openembedded.org/g/openembedded-core/topic/84653556

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
<entry>
<title>README.md: Fix the matrix chat link</title>
<updated>2021-11-14T02:14:11+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2021-11-14T02:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=fed7688925b753f79dad110e0d861aa33644c16c'/>
<id>urn:sha1:fed7688925b753f79dad110e0d861aa33644c16c</id>
<content type='text'>
matrix.org doesn't allow guest logins which is required by the shield.
Use a custom one to avoid a confusing badge warning.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
<entry>
<title>Update references to Yocto mailing list</title>
<updated>2021-11-14T01:13:35+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2021-11-14T01:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=da03175b912d6ad0eec09cdd21f8ef763d8822ef'/>
<id>urn:sha1:da03175b912d6ad0eec09cdd21f8ef763d8822ef</id>
<content type='text'>
The mailing list infrastructure at Yocto project changed (for a good
while now) but we still reference the old address/links. Update them
accordingly.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
</feed>
