<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/conf, branch thud</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=thud</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=thud'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2019-02-19T18:16:40+00:00</updated>
<entry>
<title>raspberrypi-cm3.conf: Define it as a stand alone machine</title>
<updated>2019-02-19T18:16:40+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-02-18T17:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=aa913d45800a5c1c3f8faf537ed2ee84d18c5b02'/>
<id>urn:sha1:aa913d45800a5c1c3f8faf537ed2ee84d18c5b02</id>
<content type='text'>
As well, define the correct configuration for this machine.

Tested this with and without u-boot on CM3 (with internal storage) and
CM3+ without internal storage.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>rpi-default-providers.inc: use virtual/libgbm instead of libgbm</title>
<updated>2019-02-19T18:16:40+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2018-12-17T08:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=6c5e9d45f35d3d275258dbe1a76febfc061e9aba'/>
<id>urn:sha1:6c5e9d45f35d3d275258dbe1a76febfc061e9aba</id>
<content type='text'>
This is to be consistent with the latest OE.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Fix typo for openembedded-layer dynamic layer addition</title>
<updated>2019-02-19T18:16:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-20T08:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e70077a8d0fca5bdda69a3077ce8e88270a15e06'/>
<id>urn:sha1:e70077a8d0fca5bdda69a3077ce8e88270a15e06</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add meta-oe to dynamic-layers</title>
<updated>2019-02-19T18:16:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-10T17:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=fb9599c5ec69630ac34f9f46bb5aca1a563681ee'/>
<id>urn:sha1:fb9599c5ec69630ac34f9f46bb5aca1a563681ee</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>linux-firmware: replace machine override with new recipes</title>
<updated>2018-11-23T14:25:34+00:00</updated>
<author>
<name>Peter A. Bigot</name>
<email>pab@pabigot.com</email>
</author>
<published>2018-11-13T20:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=bfc35b773ff405394d066d7d8efb32ced3ac0410'/>
<id>urn:sha1:bfc35b773ff405394d066d7d8efb32ced3ac0410</id>
<content type='text'>
Raspberry Pi hardware requires firmware that supersedes or is not
present in the standard linux-firmware distribution.  These files are
maintained in the RPi-Distro project on github.

Several attempts have been made to reconcile conflicts between what's in
linux-firmware and what the hardware needs.  The existing approach is
functional but not maintainable since it combines material from three
repositories into a single package that claims to be linux-firmware.

Remove the appends that change the content of linux-firmware for rpi
hardware.  Add two new recipes that follow the RPi-Distro repositories:

* firmware-nonfree which forked from linux-firmware and replaces
  content is provided as linux-firmware-rpidistro;
* bluez-firmware which forked from (very old) bluez and adds content is
  provided as bluez-firmware-rpidistro.

The packages are named to make clear that these come from RPi-Distro,
rather than generic sources.  Licensing attempts to record the state of
licensing as documented in RPi-Distro.

Resolves: #298
Signed-off-by: Peter A. Bigot &lt;pab@pabigot.com&gt;
</content>
</entry>
<entry>
<title>conf/layer.conf: Use BBFILES_DYNAMIC to handle dynamic-layers</title>
<updated>2018-11-19T16:21:43+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-11-17T08:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=c8b696248701ba4183c98d3e7b286d21d22eaa4c'/>
<id>urn:sha1:c8b696248701ba4183c98d3e7b286d21d22eaa4c</id>
<content type='text'>
BBFILES_DYNAMIC can be used to activate content only when given
layers are present.

For now just add qt5 layer to the BBFILES_DYNAMIC list

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>machines: Drop VC4_CMA_SIZE</title>
<updated>2018-11-07T14:25:00+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-11-07T07:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0c14814f230e90dcb8323b5168ec881a284082d9'/>
<id>urn:sha1:0c14814f230e90dcb8323b5168ec881a284082d9</id>
<content type='text'>
setting cma is not required with latest vc4 driver

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Add gpio-key to the device tree overlays</title>
<updated>2018-10-31T01:52:54+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2018-10-30T19:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0f14d185d387f59ff9f00365ff314cf51e46db58'/>
<id>urn:sha1:0f14d185d387f59ff9f00365ff314cf51e46db58</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Sort device tree overlays</title>
<updated>2018-10-31T01:52:54+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2018-10-30T19:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=f61854f3c97d3f8fa325f0cf7e9e878f85be1cde'/>
<id>urn:sha1:f61854f3c97d3f8fa325f0cf7e9e878f85be1cde</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>layer.conf: Add thud to compatible layer series</title>
<updated>2018-09-26T20:44:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-26T15:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4f3a81e1653cbcc87afec8c2ab86593135f75711'/>
<id>urn:sha1:4f3a81e1653cbcc87afec8c2ab86593135f75711</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
