<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/classes/sdcard_image-rpi.bbclass, branch morty</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=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2017-04-19T18:17:56+00:00</updated>
<entry>
<title>sdcard: Use kernel8.img for 64bit kernel image name</title>
<updated>2017-04-19T18:17:56+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-04-18T20:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b61403a6a3a87e8e906e13d82cf77fa6241f3f64'/>
<id>urn:sha1:b61403a6a3a87e8e906e13d82cf77fa6241f3f64</id>
<content type='text'>
This helps the firmware to identify the kernel as 64bit
image

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Include boot script when using u-boot</title>
<updated>2016-10-31T14:59:31+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2016-10-22T19:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=3360f98cad1ad148d2058010a1de73547fe8035f'/>
<id>urn:sha1:3360f98cad1ad148d2058010a1de73547fe8035f</id>
<content type='text'>
Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION</title>
<updated>2016-10-13T08:39:59+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2016-10-07T02:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=41689e8fe2ee0ff83fc94fbb3a12ebcab648106b'/>
<id>urn:sha1:41689e8fe2ee0ff83fc94fbb3a12ebcab648106b</id>
<content type='text'>
The value of the RPI_KERNEL_VERSION can change between None and the
kernel version which can result in taskhash mismatch errors while
building images.

The taskhash mismatch errors can be reproduced using:
bitbake -c cleansstate virtual/kernel core-image-minimal &amp;&amp; bitbake core-image-minimal

The get_dts() and split_overlays() functions are modified so that the
kernel version argument is optional. If the version is not supplied to
these functions, they will fallback to the Python equivalent of the
expression used for RPI_KERNEL_VERSION.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: avoid corrupted images with latest oe-core</title>
<updated>2016-09-21T16:34:17+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2016-09-13T00:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4817e2c087097c02755d6309304878e42cf61d3c'/>
<id>urn:sha1:4817e2c087097c02755d6309304878e42cf61d3c</id>
<content type='text'>
oe-core's commit d54339d4b1a7e884de636f6325ca60409ebd95ff creates image in
IMGDEPLOYDIR and copies through sstate to DEPLOY_DIR_IMAGE. That causes
DEPLOY_DIR_IMAGE not valid when calling IMAGE_CMD. Therefore use
IMGDEPLOYDIR for sdcard creation too.

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: support for .dtbo files for dtb overlays</title>
<updated>2016-09-21T15:50:32+00:00</updated>
<author>
<name>Herve Jourdain</name>
<email>herve.jourdain@neuf.fr</email>
</author>
<published>2016-07-20T22:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=1a32817fb8a0f50329c43a6f15917ec3d2e0b321'/>
<id>urn:sha1:1a32817fb8a0f50329c43a6f15917ec3d2e0b321</id>
<content type='text'>
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
Add support for both extensions for overlays (".dtb" and ".dtbo")

CAUTION: in IMAGE_CMD_rpi-sdimg, 'TMPDIR' is not set, causing 'STAGING_KERNEL_BUILDDIR' to not be expanded, causing get_dts() to not being able to get the kernel version!
To avoid this problem, the kernel version is added in a new variable outside the scope of IMAGE_CMD_rpi-sdimg, and its value passed to get_dts() and split_overlays()!

Signed-off-by: Herve Jourdain &lt;herve.jourdain@neuf.fr&gt;
</content>
</entry>
<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>
</feed>
