<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/meta-boot2qt-distro/recipes-qt, branch v5.13.0-alpha</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.13.0-alpha</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.13.0-alpha'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2019-02-04T10:42:52+00:00</updated>
<entry>
<title>fix ipkg issue with gcc-sanitizers on toolchains</title>
<updated>2019-02-04T10:42:52+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2019-02-04T09:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=afaeb8bec1eafd0ff29a85d399476af0a9000943'/>
<id>urn:sha1:afaeb8bec1eafd0ff29a85d399476af0a9000943</id>
<content type='text'>
Simplify the selection for gcc-sanitizers, with disabling it on
mips and when using musl.

Change-Id: I3c8303d579a8d0b416a28ef139c4b865df4249d2
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>mingw: update meta-mingw layer and fix qtbase build</title>
<updated>2019-02-01T06:58:41+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2019-01-31T07:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=dbd07446e02da51c9ea8fe6543ad156a9c656069'/>
<id>urn:sha1:dbd07446e02da51c9ea8fe6543ad156a9c656069</id>
<content type='text'>
Thud branch is missing some of the fixes required for cmake, so use
sha1 from master branch. This needs a fix for for nativesdk-qtbase as
mingw64 headers have conflict depending on which order time.h and
pthread.h are included, causing error:
"qdatetime.cpp: error: 'localtime_r' was not declared in this scope"

Change-Id: Ie3faf69302594c1bead3bd0a5cc4bb2205c587ea
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>Use tools-profile IMAGE_FEATURE</title>
<updated>2019-01-11T08:48:04+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2019-01-10T10:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=409ebc3c48b0923790b239c5bc0d381b68e38782'/>
<id>urn:sha1:409ebc3c48b0923790b239c5bc0d381b68e38782</id>
<content type='text'>
Use tools-profile to bring valgrind and perf to the image.
valgrind is not available for all architectures and including
it in the image caused build failure.

Change-Id: Ibdcd7098d0375d200416942779b2e36a89913d9d
Fixes: QTBUG-70379
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>Add configs for mips and mips64 CI toolchains</title>
<updated>2019-01-11T08:47:58+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2019-01-10T09:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=c3eff2040f541e67ad2f9447459d435f7e88353b'/>
<id>urn:sha1:c3eff2040f541e67ad2f9447459d435f7e88353b</id>
<content type='text'>
Add include files for building mips and mips64 toolchains for
CI usage. gcc-sanitizers are not available on mips, so filter
those out.

Task-number: QTQAINFRA-2535
Change-Id: I6a90a95169985020b7eac01344c61789fe9cac49
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>meta-qt5: update meta layer</title>
<updated>2019-01-10T11:56:17+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2018-12-14T10:38:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ff68de7e1d41b2cd81b0ffd16759d2c738554705'/>
<id>urn:sha1:ff68de7e1d41b2cd81b0ffd16759d2c738554705</id>
<content type='text'>
First snapshot of 5.12.1 branch &amp; other updates:

f705a8a qtsystems: update submodule
9c6ce81 qt5: cleanup mkspecs
5ebd582 qt5: update submodules
2f0b002 Merge remote-tracking branch 'qtyocto/upstream/master' into 5.12
475da47 qt3d-runtime: update to v2.2
c320af0 nativesdk-qtbase: remove packaging QA issue fix
9fc65c0 qtwebengine: Configure Ninja to honor PARALLEL_MAKE
010a29e qmllive: add new recipe
f227502 python-pyqt5: MAKEFLAGS pass -j 1 via MAKEFLAGS during do_install
fe453ec packagegroup-qt5-toolchain-target: Skip qtwebkit if opengl not found
18f82a8 python-pyqt5: Disable parallel install

Change-Id: I8869107d56ae255d22894a4f1f1ee0a6907e6131
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>qtbase: update Disable-ltcg-for-host_build.patch</title>
<updated>2019-01-08T07:37:01+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2019-01-07T19:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=8f1986c8976684e349508f4a8b3eea366c8f10ed'/>
<id>urn:sha1:8f1986c8976684e349508f4a8b3eea366c8f10ed</id>
<content type='text'>
This patch was accidentally left out when upstream patch changed patch
number and patch names did not match anymore. Reworked patch to be
applied on top of upstream patch instead of replacing it.

Change-Id: I880669132ec7e57d9784964f935f43249de15821
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>Add Automation related modules and target</title>
<updated>2019-01-02T12:13:31+00:00</updated>
<author>
<name>Maurice Kalinowski</name>
<email>maurice.kalinowski@qt.io</email>
</author>
<published>2018-02-06T10:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=0f191b2fb735243df629b93e2bb1d7cc7e8c63fc'/>
<id>urn:sha1:0f191b2fb735243df629b93e2bb1d7cc7e8c63fc</id>
<content type='text'>
For OpcUA we are missing the backend libraries as they are not
available upstream yet. However, building the Qt OpcUA module
is a first step.

Task-number: QTBUG-72001
Change-Id: I41cdce87d16b9a6dd15d381f1e0995ecac87b059
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>nativesdk-qtbase: fix packaging QA issue</title>
<updated>2018-12-12T08:23:43+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2018-12-11T09:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=9038abdc1f0afe8c52fdf800f09729aaf959931b'/>
<id>urn:sha1:9038abdc1f0afe8c52fdf800f09729aaf959931b</id>
<content type='text'>
nativesdk-qtbase_git.bb had a line removed in meta-qt5 commit
"3224b02 nativesdk-qtbase: use default PACKAGES" that causes following error:

   ERROR: nativesdk-qtbase-5.11.2+gitAUTOINC+b0dce506cc-r0 do_package: QA Issue: nativesdk-qtbase:
   Files/directories were installed but not shipped in any package:
   /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share
   /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake
   /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake.d
   /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake.d/OEQt5Toolchain.cmake

Moved fix from meta-qt5 to meta-boot2qt to reduce delta between meta-qt5 and upstream.

Change-Id: I452a10db11aa63e42104d159d810fee5b407dda1
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>Remove default expansion parameter from getVar</title>
<updated>2018-11-21T11:43:18+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-11-20T11:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=c5a5bce25764de55420664b6896fd76ba5d18f45'/>
<id>urn:sha1:c5a5bce25764de55420664b6896fd76ba5d18f45</id>
<content type='text'>
getVar defaults to expanding the variable, the second True
parameter is unnecessary.

Change-Id: Iafaf179c67ffedaba2946c078c1810a80198cf5e
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>qtbase: disable lto for static libs</title>
<updated>2018-11-14T14:36:24+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-11-12T13:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=8d854724ae70112e0961303ae8119510dedf799e'/>
<id>urn:sha1:8d854724ae70112e0961303ae8119510dedf799e</id>
<content type='text'>
If static libs are compiled with lto and tried to be used
on a Window host, the linker will fail with error:
"plugin needed to handle lto object"

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