<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/conf, branch v5.6.0</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-boot2qt.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.6.0</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.6.0'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2016-03-09T14:00:08+00:00</updated>
<entry>
<title>qt5: move mingw32 specific parts from meta-qt5</title>
<updated>2016-03-09T14:00:08+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-03-08T11:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=905342ac836c726511d7575a40b70db2505ef7a6'/>
<id>urn:sha1:905342ac836c726511d7575a40b70db2505ef7a6</id>
<content type='text'>
Change-Id: Id380844d530ef599f78591a282474aa66d3dec69
Reviewed-by: David Schulz &lt;david.schulz@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>RPi2: add support for touch display</title>
<updated>2016-03-08T07:29:34+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-03-07T13:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6136e6009970859fc02477cdd37fb29a2031566f'/>
<id>urn:sha1:6136e6009970859fc02477cdd37fb29a2031566f</id>
<content type='text'>
The RPi touch display need the rpi-tf5604 devicetree to enable touch.
Add it to the kernel build and enabled it in the config.txt.
Update meta-raspberrypi to latest revision for the PiTFT support.

Change-Id: Ibc5ba51c844bc17b541d8021a755f141a5ff2a0c
Reviewed-by: Risto Avila &lt;risto.avila@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Move default sstate-cache dir from build dir</title>
<updated>2016-03-02T12:50:38+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-03-02T11:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ec99a534663ba2b1c0a1b2172381299c497bff4f'/>
<id>urn:sha1:ec99a534663ba2b1c0a1b2172381299c497bff4f</id>
<content type='text'>
Instead of using the build directory for the local sstate-cache,
move it one folder up, so it can be shared with directories for
other machines.

Change-Id: Ia755c28783e47692f4c0e1700880aaac97fe76de
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Use distro specific sstate cache</title>
<updated>2016-03-02T11:48:49+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-03-02T11:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=1c3c0c3d3d22e834bedee1e091a6d39b88587c8b'/>
<id>urn:sha1:1c3c0c3d3d22e834bedee1e091a6d39b88587c8b</id>
<content type='text'>
Change-Id: Ife5236e848e788a30a1942663bfefdf6301d6f37
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>tibidabo: use correct gpu driver version</title>
<updated>2016-02-29T13:07:46+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-29T06:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=91166bf509bcb703678528096e83faafc090dd92'/>
<id>urn:sha1:91166bf509bcb703678528096e83faafc090dd92</id>
<content type='text'>
Upstream recipe was renamed, but tibidabo still uses the old version.

Change-Id: Ia5c97cb480c4f08c017046729dfa3e37e31be52a
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>toradex: enable u-boot update</title>
<updated>2016-02-25T08:17:18+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-24T12:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=a38939e7a86f835f101efacf4db7967bb4b489be'/>
<id>urn:sha1:a38939e7a86f835f101efacf4db7967bb4b489be</id>
<content type='text'>
Add all necessary files to enable u-boot update on all toradex devices.
Update patch to the new u-boot that colibri vf is using and enable sd boot
for colibri imx6.

Task-number: QTEE-1070
Task-number: QTEE-978
Change-Id: I6ff362028cfb80cd34bbe5362bb6976d0084e008
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>kontron: update to Yocto BSP for SMARC-sAMX6i R02.00</title>
<updated>2016-02-24T09:42:12+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-23T11:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=0d5594111ea1712f731cff174f21b3e2c4246c15'/>
<id>urn:sha1:0d5594111ea1712f731cff174f21b3e2c4246c15</id>
<content type='text'>
Change-Id: If0f8dc2c786bc63fba69531fa009efd8ae8111b7
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>NUC: Use custom image layout</title>
<updated>2016-02-23T11:18:52+00:00</updated>
<author>
<name>Gatis Paeglis</name>
<email>gatis.paeglis@theqtcompany.com</email>
</author>
<published>2016-02-21T09:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=769ae5571a5501cbe9c3b12c560a3e6916bff4ca'/>
<id>urn:sha1:769ae5571a5501cbe9c3b12c560a3e6916bff4ca</id>
<content type='text'>
This patch adds a new image class 'image_dd', by default
it has an empty boot partition. image_dd_efi extends this
class to support Intel NUC board. The layout of a generated
image is a prerequisite for OSTree integarion.

Image generated by 'hddimg' produces rootfs.img (ext3
filesystem file) and then "live" boots it from initramfs
by mounting rootfs.img via loop device. For OTA integration
we need to access contents of rootfs.img already from
boot loader.

The custom 'image_nuc_efi' layout allow for fully atomic
updates on EFI based system, by keeping GRUB-EFI binary
on a dedicated EFI system partition (ESP). OSTree currently
is not fully atomic on EFI systems, but with this setup
we use GRUB-BIOS code path in OSTree, which is atomic.
After EFI firmware has loaded the GRUB-EFI binary, everything
else is done on rootfs parition.

One limitation from the above scenario is that you would
need to update /EFI/BOOT/bootx64.efi (GRUB-EFI) binary
manually. Not sure how common it is to update a boot loader
binary on a deployed system, but its not impossible.

Change-Id: Ibf2840aecd548000372131c4ded5cffa11ff1b0f
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>qt5: change Qt include path</title>
<updated>2016-02-18T11:41:28+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-10T11:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=878f786665113af2bd61a6df2739157dbf15b630'/>
<id>urn:sha1:878f786665113af2bd61a6df2739157dbf15b630</id>
<content type='text'>
When Qt include path is set to /usr/include, host_build will
incorrectly include other system headers from the sysroot.
To correct this, move Qt include path to /usr/include/qt5, by
overriding qmake5_paths.bbclass in our layer. The bblayer order
needs to be changed for the correct bbclass to be used.

Change-Id: Ie01371662ea0f4718275708a88fb5d301c62fdf7
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>wayland: update preferred version for automotive distro</title>
<updated>2016-02-15T14:40:03+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-15T13:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=7b08d41c72a589d6f25afd9af8af59e02cdf1f64'/>
<id>urn:sha1:7b08d41c72a589d6f25afd9af8af59e02cdf1f64</id>
<content type='text'>
Change-Id: Ib91cfdce1913f507ae31954527351d7c8c5574dd
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
</feed>
