<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/classes, branch krogoth</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=krogoth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=krogoth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2016-09-16T17:30:08+00:00</updated>
<entry>
<title>sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP</title>
<updated>2016-09-16T17:30:08+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2016-09-13T02:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4c02c7ce07121c2f5367204445f93199d828bb10'/>
<id>urn:sha1:4c02c7ce07121c2f5367204445f93199d828bb10</id>
<content type='text'>
The IMAGE_NAME variable already contains the date and time so it is
redundant to also include the date again with IMAGEDATESTAMP
when writing to image-version-info in the boot partition.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Add the vardepexcludes</title>
<updated>2016-07-13T11:40:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-07-08T14:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=3fb0a1914a3794fa220d418d365202365aabe2a3'/>
<id>urn:sha1:3fb0a1914a3794fa220d418d365202365aabe2a3</id>
<content type='text'>
The problem reappears because we need to add to the variable
and not assign

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Exclude DATETIME from task stamp</title>
<updated>2016-07-08T13:25:56+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-06-23T21:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=6564e126aea0ac42a129595c79218ba69f8095eb'/>
<id>urn:sha1:6564e126aea0ac42a129595c79218ba69f8095eb</id>
<content type='text'>
This helps in fixing occasional error seen quite often

ERROR: wpe-image-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 7ea6b505bb7a2cc5ca03552bcf3333fa verses 3be7cdad8c4532430d96368c5ca523d4 for /a/builder/home/kraj/work/oe/meta-metrological/recipes-core/images/wp
e-image.bb.do_image_rpi_sdimg
ERROR: Taskhash mismatch 7ea6b505bb7a2cc5ca03552bcf3333fa verses 3be7cdad8c4532430d96368c5ca523d4 for /a/builder/home/kraj/work/oe/meta-metrological/recipes-core/images/wpe-image.bb.do_image_rpi_sdimg

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi: Always install dtb files</title>
<updated>2016-07-08T11:17:47+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2016-06-18T11:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=43ecd9ac992216974316f954683547e5867c5612'/>
<id>urn:sha1:43ecd9ac992216974316f954683547e5867c5612</id>
<content type='text'>
We now need dtb files when booting via u-boot.

Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
<entry>
<title>u-boot: Use mainline u-boot recipe from oe-core</title>
<updated>2016-07-08T11:17:41+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2016-06-18T11:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d49bd07c5b54defc7cec5829d287a2bd82ae9afe'/>
<id>urn:sha1:d49bd07c5b54defc7cec5829d287a2bd82ae9afe</id>
<content type='text'>
The repository used by u-boot-rpi has not been updated since 2012. In the
meantime, mailine u-boot has gained Raspberry Pi support. All we need to do is
set UBOOT_MACHINE to an appropriate value in the machine config files.

Currently configs are only provided for raspberrypi and raspberrypi2. The master
branch of u-boot now also appears to have a config file for raspberrypi3 so
support for this can be added in the future when u-boot is upgraded in oe-core.

The mainline u-boot recipe creates the file "u-boot.bin" instead of
"u-boot.img".

Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Fix do_image_rpi_sdimg tashhash mismatch</title>
<updated>2016-05-04T13:52:15+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2016-04-29T01:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=cd338c26e25640cd4d67d17646684e3d3314dc74'/>
<id>urn:sha1:cd338c26e25640cd4d67d17646684e3d3314dc74</id>
<content type='text'>
IMAGE_CMD_rpi-sdimg() uses the IMAGEDATESTAMP variable, so the taskhash
of the function keeps changing. This results in a taskhash mismatch
error.

Fix this by excluding the IMAGEDATESTAMP variable from the checksum.

Change-Id: Ie6f30ad29e279d5312ec655ac4a3bf246c8a04de
Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image: Depend on do_deploy for kernel</title>
<updated>2016-03-28T14:35:50+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-03-26T16:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=8f285bb8f3fdcb2147310252ff051e70cc7c6276'/>
<id>urn:sha1:8f285bb8f3fdcb2147310252ff051e70cc7c6276</id>
<content type='text'>
SD image is expecting dtb files to be deployed in deploy area, this step
however is done when do_deploy of kernel is finished and we need to pin that in
dependency list, otherwise there are build race conditions during builds
especially visible when building with initramfs enabled.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: use existing ROOTFS_SIZE variable</title>
<updated>2015-09-23T20:02:58+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2015-09-19T03:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=16718000cfb6edc8a9fdc57cb378814ff1d1582a'/>
<id>urn:sha1:16718000cfb6edc8a9fdc57cb378814ff1d1582a</id>
<content type='text'>
The ROOTFS_SIZE variable is already set to the aligned root filesystem size.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Allocate more space for boot partition</title>
<updated>2015-08-09T21:55:55+00:00</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2015-07-30T08:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=bfe2307cc4f546e8534fb21cb7c11b1644fdde5b'/>
<id>urn:sha1:bfe2307cc4f546e8534fb21cb7c11b1644fdde5b</id>
<content type='text'>
The boot partition currently has a size of 20 MiB but just the start elf
binaries account almost 12 MiB, which means that only 8 MiB is left for
the kernel image. A recent kernel with many of its options built-in can
easily be more than 4 MiB so let's double the boot partition size to 40
MiB to make sure that it has enough room for the kernel image, the DTBs
and possible even a backup kernel.

Signed-off-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
[javier: Extended the commit message]
Signed-off-by: Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image: Fix sdcard image generation</title>
<updated>2015-08-09T21:51:06+00:00</updated>
<author>
<name>Gary Thomas</name>
<email>gary@mlbassoc.com</email>
</author>
<published>2015-07-21T11:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d676d54f0409d7156343d9d71ad9b3e41dd21af3'/>
<id>urn:sha1:d676d54f0409d7156343d9d71ad9b3e41dd21af3</id>
<content type='text'>
Recent updates to the MSDOS tools (OE-core is now at 3.0.28) have made
it an error to overwrite an image using mkfs.vfat.  This patch fixes
that problem by removing any old/stale images, thus starting from scratch.

Signed-off-by: Gary Thomas &lt;gary@mlbassoc.com&gt;
</content>
</entry>
</feed>
