<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/classes, 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>sdcard_image-rpi: fix absolute path in vfat symlink</title>
<updated>2017-10-20T14:53:35+00:00</updated>
<author>
<name>Andrea Galbusera</name>
<email>gizero@gmail.com</email>
</author>
<published>2017-08-01T06:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=093286dae8ed5b3d0576090fb631ef0182659212'/>
<id>urn:sha1:093286dae8ed5b3d0576090fb631ef0182659212</id>
<content type='text'>
Fix bitbake complaining with:

ERROR: core-image-minimal-1.0-r0 do_image_complete: sstate found an absolute
path symlink [...].vfat pointing at [...].vfat. Please replace this with a
relative link.

This patch redefines SDIMG_VFAT as a file name instead of a full absolute path,
then fixing the symlink creation by pointing to a relative target. The cp
command that deploys the artifact is changed accordingly to include the
destination path.

Signed-off-by: Andrea Galbusera &lt;gizero@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard_image-rpi.bbclass: deploy vfat partition</title>
<updated>2017-07-04T15:49:14+00:00</updated>
<author>
<name>Matthew McClintock</name>
<email>msm-oss@mcclintock.net</email>
</author>
<published>2017-06-14T18:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ff59ad9d4b7d6af1181a5ee9f81df2fc01bf1b45'/>
<id>urn:sha1:ff59ad9d4b7d6af1181a5ee9f81df2fc01bf1b45</id>
<content type='text'>
This is useful to update the bootloader/vfat partition from u-boot when
you don't want to update everything:

U-Boot&gt; tftpboot 0x1000000 tmp/0VXje
Waiting for Ethernet connection... done.
Using sms0 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.26
Filename 'image.vfat'.
Load address: 0x1000000
Loading: ##################################################  40 MiB
	 2.1 MiB/s
done
Bytes transferred = 41943040 (2800000 hex)
U-Boot&gt; mmc part

Partition Map for MMC device 0  --   Partition Type: DOS

Part	Start Sector	Num Sectors	UUID		Type
  1	8192      	81920     	a63a4fbc-01	0c Boot
  2	90112     	163840    	a63a4fbc-02	83
U-Boot&gt; mmc erase 0x2000 0x14000

MMC erase: dev # 0, block # 8192, count 81920 ... 81920 blocks erased:
OK
U-Boot&gt; mmc write 0x1000000 0x2000 0x14000

MMC write: dev # 0, block # 8192, count 81920 ... 81920 blocks written:
OK
U-Boot&gt;

Signed-off-by: Matthew McClintock &lt;msm-oss@mcclintock.net&gt;
</content>
</entry>
<entry>
<title>sdcard_image: fix sdcard image generation</title>
<updated>2017-03-12T01:38:06+00:00</updated>
<author>
<name>Janek Filus</name>
<email>janek.filus@bytesatwork.ch</email>
</author>
<published>2017-03-10T06:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=6c8ca9ccf1748f6a40e4f30f5df49e2501259cb0'/>
<id>urn:sha1:6c8ca9ccf1748f6a40e4f30f5df49e2501259cb0</id>
<content type='text'>
Rely on  shell environment when copying devicetree
and devicetree overlays to target image.

Signed-off-by: Janek Filus &lt;janek.filus@bytesatwork.ch&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdcard: Use kernel8.img for 64bit kernel image name</title>
<updated>2017-02-16T19:53:10+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-02-16T18:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=50f769f82c5dc41c8b5c1a249693f3e93e10ecb3'/>
<id>urn:sha1:50f769f82c5dc41c8b5c1a249693f3e93e10ecb3</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>Remove True option to getVar calls</title>
<updated>2017-01-18T15:42:59+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2017-01-02T13:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=3ad29d11e7f9c08de8e782ef4264e2047acb42bb'/>
<id>urn:sha1:3ad29d11e7f9c08de8e782ef4264e2047acb42bb</id>
<content type='text'>
getVar() now defaults to expanding by default.

Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
<entry>
<title>linux-raspberrypi-base.bbclass: remove version hack</title>
<updated>2016-12-29T18:23:28+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2016-12-08T10:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=96b9c633d7232e451c771220dcebc733b60276d9'/>
<id>urn:sha1:96b9c633d7232e451c771220dcebc733b60276d9</id>
<content type='text'>
* no more required (version &gt; 3.17 | &gt; 4.3.x | &gt; 4.4.5)
* causes error with rt kernel

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.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>
</feed>
