<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/conf/machine, branch pyro</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=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2017-10-20T14:53:35+00:00</updated>
<entry>
<title>rpi-base.inc: Set dependencies for creating wic images</title>
<updated>2017-10-20T14:53:35+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2017-09-08T21:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=40447de4782d76f1e23e67ba05e272c27f6ec250'/>
<id>urn:sha1:40447de4782d76f1e23e67ba05e272c27f6ec250</id>
<content type='text'>
We need to ensure that the bootloader and firmware files are present in the
deploy directory before creating wic images.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Simplify setting of IMAGE_BOOT_FILES</title>
<updated>2017-10-20T14:53:35+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2017-09-08T09:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=a6ebf952602e856fc7a88808eb2601656757c1fc'/>
<id>urn:sha1:a6ebf952602e856fc7a88808eb2601656757c1fc</id>
<content type='text'>
Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>rpi-base: wic: generate entries for u-boot</title>
<updated>2017-10-20T14:53:35+00:00</updated>
<author>
<name>Andrea Galbusera</name>
<email>gizero@gmail.com</email>
</author>
<published>2017-06-29T13:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=9bb89a75c0b1b115392920c4ff217161ab19cd53'/>
<id>urn:sha1:9bb89a75c0b1b115392920c4ff217161ab19cd53</id>
<content type='text'>
This commit allow wic generated images to work when we want u-boot to
load the kernel image.

Augment IMAGE_BOOT_FILES with the proper entries when KERNEL_IMAGETYPE
is "uImage". More specifically add u-boot image and boot.scr to deployed files
and give the proper name to the kernel image accordingly.

Signed-off-by: Andrea Galbusera &lt;gizero@gmail.com&gt;
</content>
</entry>
<entry>
<title>raspberrypi3-64.conf: Don't use raspberrypi as MACHINEOVERRIDES</title>
<updated>2017-07-04T15:49:14+00:00</updated>
<author>
<name>Michal Mazurek</name>
<email>michal@resin.io</email>
</author>
<published>2017-06-23T09:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=8ba2d6fc80b31c87d25c87c863e2a77752b07c3c'/>
<id>urn:sha1:8ba2d6fc80b31c87d25c87c863e2a77752b07c3c</id>
<content type='text'>
The current setup broke the build for rpi3-64 when we wanted to port
some changes from rpi3 to rpi0.

Signed-off-by: Michal Mazurek &lt;michal@resin.io&gt;
</content>
</entry>
<entry>
<title>raspberrypi0.conf: make SERIAL_CONSOLE overridable from outside</title>
<updated>2017-05-16T10:54:04+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagnagianfranco@yahoo.it</email>
</author>
<published>2017-05-15T06:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e28e6e64224accf762887a597f5485af5bb12268'/>
<id>urn:sha1:e28e6e64224accf762887a597f5485af5bb12268</id>
<content type='text'>
 currently there is no way to override the default SERIAL_CONSOLE,
 this variable needs to be set only if the developer didn't set it already from
 another layer.

Signed-off-by: Gianfranco Costamagna &lt;gianfranco.costamagna@abinsula.com&gt;
</content>
</entry>
<entry>
<title>rpi-base: fix make_dtb_boot_files() for raspberrypi3-64</title>
<updated>2017-04-21T17:01:08+00:00</updated>
<author>
<name>Andrea Galbusera</name>
<email>gizero@gmail.com</email>
</author>
<published>2017-04-21T08:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=8527a396d38aec7776182caca8b9a237e03c3965'/>
<id>urn:sha1:8527a396d38aec7776182caca8b9a237e03c3965</id>
<content type='text'>
Building the stock wic image for raspberrypi3-64 failed to find dtbs listed in
IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to
account for dtbs listed in KERNEL_DEVICETREE that do include a path prefix:
this is the case for things like broadcom/bcm2710-rpi-3-b.dtb (the dts dir
layout in the kernel sources is different for arm64). Use the same approach
already used for overlays/ dir. While at it also fix a typo in dtb overlay
code path comments.

Signed-off-by: Andrea Galbusera &lt;gizero@gmail.com&gt;
</content>
</entry>
<entry>
<title>raspberrypi3.conf: Use a stand alone machine configuration</title>
<updated>2017-04-21T16:02:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2017-04-20T17:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=decdacf30c2337193e99e4aac0ad2892120fe778'/>
<id>urn:sha1:decdacf30c2337193e99e4aac0ad2892120fe778</id>
<content type='text'>
As well make all the variables assigned in a way that they can be
overwritten so we can give maximum flexibility to distros.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi3-64.conf: Make SERIAL_CONSOLE overwritable</title>
<updated>2017-04-21T16:00:02+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2017-04-20T17:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0d28786dac56aecce9d3f7f74dd4b9c63779f2bc'/>
<id>urn:sha1:0d28786dac56aecce9d3f7f74dd4b9c63779f2bc</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi2.conf: Make SERIAL_CONSOLE overwritable</title>
<updated>2017-04-21T16:00:02+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2017-04-20T17:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b05e5e32a4b1997e3c736609d83562da31ab4fa1'/>
<id>urn:sha1:b05e5e32a4b1997e3c736609d83562da31ab4fa1</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE</title>
<updated>2017-04-20T11:22:49+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2017-04-20T11:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e8682225ef87c49903f5adb7eb5b66135bf98888'/>
<id>urn:sha1:e8682225ef87c49903f5adb7eb5b66135bf98888</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
</feed>
