<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/classes, branch dora</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=dora</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=dora'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2013-05-02T12:11:32+00:00</updated>
<entry>
<title>sdcard_image-rpi.bbclass: Fix error in conditional test</title>
<updated>2013-05-02T12:11:32+00:00</updated>
<author>
<name>Seth Bollinger</name>
<email>seth.boll@gmail.com</email>
</author>
<published>2013-04-22T12:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=770b88b2ce696fddd2fdb99bbcd894a43b519f48'/>
<id>urn:sha1:770b88b2ce696fddd2fdb99bbcd894a43b519f48</id>
<content type='text'>
When the shell tests for rootfs type I was seeing "[[: not found".  I
use echo and egrep to test for the xz rootfs type to work around this
error.

Signed-off-by: Seth Bollinger &lt;seth.boll@gmail.com&gt;
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi: Use the size of the generated rootfs</title>
<updated>2013-05-02T11:10:14+00:00</updated>
<author>
<name>Jan Schmidt</name>
<email>thaytan@noraisin.net</email>
</author>
<published>2013-05-01T22:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=c5f81306b58e91f1c845da063c2476733cdb5bf5'/>
<id>urn:sha1:c5f81306b58e91f1c845da063c2476733cdb5bf5</id>
<content type='text'>
When constructing the SD card image, the code was using
the inherited ROOTFS_SIZE, which is the size of the
rootfs contents. When building (for example) a compressed
rootfs, this allocates a partition much larger than necessary.

Instead, take the size of the generated rootfs file that is
about to be written into the generated image, and round it
up to the IMAGE_ROOTFS_ALIGNMENT size.

Fix some comments - the alignment is 4MiB, not 4KiB.

Signed-off-by: Jan Schmidt &lt;thaytan@noraisin.net&gt;
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Copy startup files required for 16MB GPU operation.</title>
<updated>2013-05-01T19:20:42+00:00</updated>
<author>
<name>Seth Bollinger</name>
<email>seth.boll@gmail.com</email>
</author>
<published>2013-04-22T12:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=fe5cd81d27a1b96516c2e970766d2d19eebb359b'/>
<id>urn:sha1:fe5cd81d27a1b96516c2e970766d2d19eebb359b</id>
<content type='text'>
start_cd.elf and fixup_cd.dat are required when running the system with
a 16MB GPU memory configuration.  This change copies all files contained
in bcm2835-bootfiles instead of cherry picking.

Signed-off-by: Seth Bollinger &lt;seth.boll@gmail.com&gt;
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi: Remove RPI_GPU_FIRMWARE and add/remove files to boot partition</title>
<updated>2012-11-27T20:42:43+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-11-14T21:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=cf62711b7cb045ea118c86b42e2d099ea8999047'/>
<id>urn:sha1:cf62711b7cb045ea118c86b42e2d099ea8999047</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi: Use the partition table as described in comments</title>
<updated>2012-10-17T21:40:50+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-10-17T21:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4ed04f40736ed438bcd779fdd37a554b1ca01bbc'/>
<id>urn:sha1:4ed04f40736ed438bcd779fdd37a554b1ca01bbc</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi: Ship config.txt from RPi-config recipe</title>
<updated>2012-09-18T16:16:04+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-09-16T19:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e0f71450008a82c0131df25ca3e62b2c79a31aed'/>
<id>urn:sha1:e0f71450008a82c0131df25ca3e62b2c79a31aed</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi: Fix xzcat command while writing rootfs partition</title>
<updated>2012-09-18T16:13:55+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-09-18T16:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ce411334387c0b5d76a4be667c801889e3b031d3'/>
<id>urn:sha1:ce411334387c0b5d76a4be667c801889e3b031d3</id>
<content type='text'>
[GITHUB #74]

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi: Ship cmdline.txt file</title>
<updated>2012-09-16T18:36:53+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-09-16T18:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=29f4242ad0e9f8341c452088d36e06a537f49c5d'/>
<id>urn:sha1:29f4242ad0e9f8341c452088d36e06a537f49c5d</id>
<content type='text'>
Signed-off-by: Tomas Frydrych &lt;tomas@sleepfive.com&gt;
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Inherit image_types as this class will be in IMAGE_CLASSES</title>
<updated>2012-09-16T17:55:02+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-09-16T11:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b5d53c70f072fb0b8fb0b0b5f252244066c79a8e'/>
<id>urn:sha1:b5d53c70f072fb0b8fb0b0b5f252244066c79a8e</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>README: Move RPI_GPU_FIRMWARE instructions to README</title>
<updated>2012-09-16T17:55:01+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-09-16T10:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b1331fce45b1368398761b9a7a8806928a14cba9'/>
<id>urn:sha1:b1331fce45b1368398761b9a7a8806928a14cba9</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
</feed>
