<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/scripts, branch v5.11.2</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.11.2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.11.2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2018-09-14T04:43:10+00:00</updated>
<entry>
<title>meta-qt5: update layer</title>
<updated>2018-09-14T04:43:10+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2018-09-13T11:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=2bea4f1822ba137d6b0c0192412025f4c7183525'/>
<id>urn:sha1:2bea4f1822ba137d6b0c0192412025f4c7183525</id>
<content type='text'>
Update qtbase changelog for 5.11.2 release

Task-number: QTBUG-68980
Change-Id: I6ae652740f98891c982d0f35992624e5aaa2c215
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>meta-qt5: update layer</title>
<updated>2018-09-12T09:12:50+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-09-12T07:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=850f00e6d52fef8bf68b01878c78997a5628cb91'/>
<id>urn:sha1:850f00e6d52fef8bf68b01878c78997a5628cb91</id>
<content type='text'>
Update to Qt 5.11.2 RC2

Change-Id: Ie6ffc4e9cdaaa78ac17290994343c8ed4c0894e4
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>meta-qt5: update layer</title>
<updated>2018-09-07T10:41:01+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2018-09-04T06:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=014389ed5af9c5870efbbcd2c03f9641f65cda99'/>
<id>urn:sha1:014389ed5af9c5870efbbcd2c03f9641f65cda99</id>
<content type='text'>
Update to Qt 5.11.2 RC

Task-number: QTBUG-68980
Change-Id: Ife7e3813bcac527cb8abfa4c239a60bfd866fa35
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>toradex: add support for colibri-imx6ull</title>
<updated>2018-09-07T08:37:57+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-08-17T12:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6a16112651c0ff8ea14ffcbf120c4e5697492587'/>
<id>urn:sha1:6a16112651c0ff8ea14ffcbf120c4e5697492587</id>
<content type='text'>
All u-boot scripts updated and one added for colibri-imx6ull.
Colibri-imx6ull supports tezi, but has same size limitation
as colibri-imx7.

Task-number: QTBUG-70052
Change-Id: Ia05f15c27ceff2b643470c08c3c1be6ace209fb4
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>meta-qt5: update layer</title>
<updated>2018-08-29T11:59:49+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2018-08-29T09:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6d991c6f50522309eec4a0486ab8508081d334f3'/>
<id>urn:sha1:6d991c6f50522309eec4a0486ab8508081d334f3</id>
<content type='text'>
Update latest content in Qt 5.11.2 branch

Task-number: QTBUG-68980
Change-Id: I8904e66855ff6bef7a956eb92223f576d6869510
Reviewed-by: Kari Oikarinen &lt;kari.oikarinen@qt.io&gt;
</content>
</entry>
<entry>
<title>Don't use git folder to check if we are using SDK sources</title>
<updated>2018-08-24T05:23:48+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-03-20T11:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=f533db349bef3c45cfbcdbdf527a8e73c39346b0'/>
<id>urn:sha1:f533db349bef3c45cfbcdbdf527a8e73c39346b0</id>
<content type='text'>
The license file is added to the sources when SDK is created,
use that instead of the git folder to check if we are inside SDK.
Allows users to create git repo out of the SDK sources.

Change-Id: I01f1837fc9d35063470e4409d64d9e1ccaa08e48
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>meta-qt5: update layer</title>
<updated>2018-08-20T05:23:03+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-08-20T05:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=0e40624d7213d0411ea60fdee2361aedade46e99'/>
<id>urn:sha1:0e40624d7213d0411ea60fdee2361aedade46e99</id>
<content type='text'>
pull in fix for qtenginio and qtsystems.

Change-Id: Ib9922d9e556186b90fc58829600ddde2514a6315
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>qt5: update submodules</title>
<updated>2018-08-17T13:12:22+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-08-17T12:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=f0d65da67e6f7508d639b341d390bee0997d0dc3'/>
<id>urn:sha1:f0d65da67e6f7508d639b341d390bee0997d0dc3</id>
<content type='text'>
pull in latest meta-qt5 layer, and update qmllive revision.

Change-Id: Iddacb1595c7006ed78a2bf7703aa660d09d20dd9
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>ti: remove all support for TI boards</title>
<updated>2018-08-14T04:24:39+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-08-10T12:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=17747110065d6d1482fb5786773c27d78f7c8bac'/>
<id>urn:sha1:17747110065d6d1482fb5786773c27d78f7c8bac</id>
<content type='text'>
am335x-evm, beagleboard and beaglebone are no longer supported
or maintained, so builds are no longer working. Remove all recipes
and configurations for them.

Task-number: QTBUG-69047
Change-Id: I1787187363386c6ace00077e6291c7ac591d5e12
Reviewed-by: Kalle Viironen &lt;kalle.viironen@qt.io&gt;
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>update-qt5-modules: update all recipes in a layer</title>
<updated>2018-08-14T04:24:33+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-08-07T07:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=14fbbe3113d0ebb0600b915e8bd59b6c433d4dba'/>
<id>urn:sha1:14fbbe3113d0ebb0600b915e8bd59b6c433d4dba</id>
<content type='text'>
Recursively find all recipes matching Qt module when running the
update-qt5-modules.sh script. Optionally the layer dir can be
given as an argument.

Change-Id: I242154ad56bad0759043b8bf092e24a31f58a6b3
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
</feed>
