<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/classes, 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-02T11:48:42+00:00</updated>
<entry>
<title>qtquickcompiler: add support for BYOS builds</title>
<updated>2016-03-02T11:48:42+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-03-01T16:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=1dc408e27ed53f0767ac35e29734c61955a04b95'/>
<id>urn:sha1:1dc408e27ed53f0767ac35e29734c61955a04b95</id>
<content type='text'>
Qt Quick Compiler sources codes are not released for customers, so they
cannot build it for themselves. Instead copy qtquickcompiler binary from
the SDK where we have both linux and mingw binaries available.

Change-Id: I697885365d98df394164a15e2517c7c473ac91e5
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Replace symlinks in copied folders.</title>
<updated>2016-02-23T11:21:17+00:00</updated>
<author>
<name>David Schulz</name>
<email>david.schulz@theqtcompany.com</email>
</author>
<published>2016-02-22T09:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=06842e4666a67872f1a72e7e815b35be7c4ef022'/>
<id>urn:sha1:06842e4666a67872f1a72e7e815b35be7c4ef022</id>
<content type='text'>
Change-Id: Idb8548b8f375e56b03b87de000269dd9fd43cb55
Reviewed-by: Samuli Piippo &lt;samuli.piippo@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>Replace all symlinks in the target sysroot for mingw hosts.</title>
<updated>2016-02-19T12:59:23+00:00</updated>
<author>
<name>David Schulz</name>
<email>david.schulz@theqtcompany.com</email>
</author>
<published>2015-12-10T07:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=03553bb020b4f826ee94ff20fb5166822798235d'/>
<id>urn:sha1:03553bb020b4f826ee94ff20fb5166822798235d</id>
<content type='text'>
Change-Id: I0a7b95ac2940e4a29112e70c7b29870eb6a6be39
Reviewed-by: Samuli Piippo &lt;samuli.piippo@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>Update license headers</title>
<updated>2016-02-09T10:15:02+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-09T06:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=e58e1e259754a721f108c3732d638c803ab70aaa'/>
<id>urn:sha1:e58e1e259754a721f108c3732d638c803ab70aaa</id>
<content type='text'>
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Include configure-qtcreator.sh script in the toolchain</title>
<updated>2016-02-05T10:30:20+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-02T13:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=3bf89974cee602602d98769010d79db2af5d6154'/>
<id>urn:sha1:3bf89974cee602602d98769010d79db2af5d6154</id>
<content type='text'>
ABI and default CONFIG file are set during build, so the script
can be called from installed toolchain without any arguments.

Change-Id: I533d79864133822f0ea86a39b8c9549280db4c38
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Use 7Zip instead of zip to create the sdk packages.</title>
<updated>2016-02-04T09:30:37+00:00</updated>
<author>
<name>David Schulz</name>
<email>david.schulz@theqtcompany.com</email>
</author>
<published>2016-02-01T08:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=23e48fffe13d16cb28deb4f8e67ca8e34bc831e0'/>
<id>urn:sha1:23e48fffe13d16cb28deb4f8e67ca8e34bc831e0</id>
<content type='text'>
Reduces the package size signifivcantly.

Change-Id: I127a37466fa4d5f4cd1e123fbb9b3b4e7bb56ca6
Reviewed-by: Samuli Piippo &lt;samuli.piippo@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Move qt5 sdk creation bits to new bbclass</title>
<updated>2016-02-01T11:41:11+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-01-26T12:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6f87a493623e7ef70bd43f2eac235c36a455c5e5'/>
<id>urn:sha1:6f87a493623e7ef70bd43f2eac235c36a455c5e5</id>
<content type='text'>
Change-Id: I6d00c21fa04e77db60c7c48ad6ba10eacad00b42
Reviewed-by: David Schulz &lt;david.schulz@theqtcompany.com&gt;
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Fix up toolchain packaging for Windows hosts</title>
<updated>2016-01-14T13:23:52+00:00</updated>
<author>
<name>David Schulz</name>
<email>david.schulz@theqtcompany.com</email>
</author>
<published>2015-07-16T08:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=fec77245682bfd988a3fd1456488b4455acb272e'/>
<id>urn:sha1:fec77245682bfd988a3fd1456488b4455acb272e</id>
<content type='text'>
Change-Id: Idb7af9308e702b4ef5f26e6423cfa270f8c036e5
Reviewed-by: Samuli Piippo &lt;samuli.piippo@theqtcompany.com&gt;
</content>
</entry>
</feed>
