<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/conf/machine/include, branch github-dunfell</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=github-dunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=github-dunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2020-11-04T12:09:34+00:00</updated>
<entry>
<title>rpi-default-settings: Replace default parselogs with parselogs_rpi</title>
<updated>2020-11-04T12:09:34+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-10-06T04:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=67baec35a3cabb0b92dea31d71c59752ae8123f7'/>
<id>urn:sha1:67baec35a3cabb0b92dea31d71c59752ae8123f7</id>
<content type='text'>
rpi kernel spits out additional errors in kernel logs which should be
ignored, there is no easy way to extend parselogs testcase other than
inheriting it into another testcase and use that testcase instead

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-default-versions: Switch defaults to 5.4</title>
<updated>2020-08-26T12:53:39+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>pjtexier@koncepto.io</email>
</author>
<published>2020-07-26T11:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=659b33b3d03d30fc17927e56675ff46132079d57'/>
<id>urn:sha1:659b33b3d03d30fc17927e56675ff46132079d57</id>
<content type='text'>
Linux Kernel 5.4 is now considered stable.

See [1] to check the current apt stable kernel.

[1] - https://github.com/raspberrypi/firmware/blob/stable/extra/uname_string7

Signed-off-by: Pierre-Jean Texier &lt;pjtexier@koncepto.io&gt;
</content>
</entry>
<entry>
<title>Generalize the naming of the bootfiles deploy directory</title>
<updated>2020-08-10T10:10:11+00:00</updated>
<author>
<name>Jeff Ithier</name>
<email>ithijme@gmail.com</email>
</author>
<published>2020-07-25T06:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4869bb1b9565d10a12e46fd0c306c15e2e0bafeb'/>
<id>urn:sha1:4869bb1b9565d10a12e46fd0c306c15e2e0bafeb</id>
<content type='text'>
The raspberry pi 4 variant has a BCM2711 chip, however it still
uses the same boot files as the BCM2835 used in previous generations.
This change generalizes the naming of the directory generated in the
$DEPLOY_DIR to avoid the implication that the files are only
meant for the BCM2835.

Signed-off-by: Jeff Ithier &lt;ithijme@gmail.com&gt;
</content>
</entry>
<entry>
<title>conf/machine/include/rpi-base.inc: Added can1 interface to bsp</title>
<updated>2020-08-10T10:10:11+00:00</updated>
<author>
<name>colin</name>
<email>colinmca242@gmail.com</email>
</author>
<published>2020-07-09T14:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=c2b2d783ac4e87a9875efa096baab1a6a2440bae'/>
<id>urn:sha1:c2b2d783ac4e87a9875efa096baab1a6a2440bae</id>
<content type='text'>
The device tree only supports a single CAN interface.  This prevents
compatiblity with dual-CAN boards like the PiCAN2 Duo.

The mcp2515-can1 device tree blob for overlay was added to RPI_KERNEL_DEVICETREE_OVERLAYS in order to support dual-CAN hats.

Signed-off-by: Colin McAllister &lt;colinmca242@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "Generalize the naming of the bootfiles deploy directory"</title>
<updated>2020-08-10T10:10:11+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2020-08-06T10:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=7a2624d5ba0e9d7f8a4b5f120e1e13759373f652'/>
<id>urn:sha1:7a2624d5ba0e9d7f8a4b5f120e1e13759373f652</id>
<content type='text'>
This reverts commit a907c3261ef583f898803706cd596d372c6644cb.
</content>
</entry>
<entry>
<title>Generalize the naming of the bootfiles deploy directory</title>
<updated>2020-07-27T17:02:17+00:00</updated>
<author>
<name>Jeff Ithier</name>
<email>ithijme@gmail.com</email>
</author>
<published>2020-07-25T06:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=a907c3261ef583f898803706cd596d372c6644cb'/>
<id>urn:sha1:a907c3261ef583f898803706cd596d372c6644cb</id>
<content type='text'>
The raspberry pi 4 variant has a BCM2711 chip, however it still
uses the same boot files as the BCM2835 used in previous generations.
This change generalizes the naming of the directory generated in the
$DEPLOY_DIR to avoid the implication that the files are only
meant for the BCM2835.

Signed-off-by: Jeff Ithier &lt;ithijme@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-base: add SERIAL_CONSOLES_CHECK to default to SERIAL_CONSOLES</title>
<updated>2020-07-23T12:06:29+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2020-07-15T20:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=eb2f6d460cac81cdf46da1deb5c6227d2f34e9af'/>
<id>urn:sha1:eb2f6d460cac81cdf46da1deb5c6227d2f34e9af</id>
<content type='text'>
As per the example in the bsp-guide, and the qemu and other machine
configs. Assists when running virtualized, where serial console
device can differ.

Signed-off-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Include modules if IR is enabled</title>
<updated>2020-07-14T17:27:52+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-06-24T11:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=eddf28ecc4450fef4f083e7dfb97f2c106d36695'/>
<id>urn:sha1:eddf28ecc4450fef4f083e7dfb97f2c106d36695</id>
<content type='text'>
Add kernel modules gpio-ir and gpio-ir-tx to variable
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS if ENABLE_IR is set to 1.
Variable ENABLE_IR enables infrared support (for LIRC). This
change affects images based on packagegroup-core-boot, including
the core-image-minimal image.

For other images (based on packagegroup-base) kernel modules
are provide through variable MACHINE_EXTRA_RRECOMMENDS.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Add infrared dtbo</title>
<updated>2020-06-14T09:53:13+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-04-30T12:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=9df75ee9c45466e36965d93518cef71968cd1785'/>
<id>urn:sha1:9df75ee9c45466e36965d93518cef71968cd1785</id>
<content type='text'>
Add device tree binary overlays gpio-ir-tx and gpio-ir-tx to
support peripherals for sending and receiving infrared signals.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Include modules if I2C is enaled</title>
<updated>2020-04-30T14:13:54+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-04-27T18:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=2f24262315aad240456f94da1b42bc09a7243b94'/>
<id>urn:sha1:2f24262315aad240456f94da1b42bc09a7243b94</id>
<content type='text'>
Add kernel modules i2c-dev and i2c-bcm2708 to variable
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS if ENABLE_I2C is set to 1.
This affects images based on packagegroup-core-boot, including
the core-image-minimal image.

For other images (based on packagegroup-base) kernel modules
are provide through variable MACHINE_EXTRA_RRECOMMENDS.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
</content>
</entry>
</feed>
