<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/meta-boot2qt/classes, branch v5.12.0-rc2</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.12.0-rc2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.12.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2018-11-21T11:43:18+00:00</updated>
<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>toradex: fix problem with basehash in tezi</title>
<updated>2018-11-20T11:19:07+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-11-20T08:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=2cd8b2e42cb945d9dc538de35495fe7c728f1e49'/>
<id>urn:sha1:2cd8b2e42cb945d9dc538de35495fe7c728f1e49</id>
<content type='text'>
Fix "basehash value changed from ... to .... The metadata is not
deterministic and this needs to be fixed."

Change-Id: Ie0db660d07babde22698dc4159fcf554ef64e36b
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>sdk: include environment-setup script in mingw toolchain</title>
<updated>2018-11-16T12:40:19+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-11-16T09:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=1dc7c35ad4e5dca4a135442e2dd520d894c3ae4e'/>
<id>urn:sha1:1dc7c35ad4e5dca4a135442e2dd520d894c3ae4e</id>
<content type='text'>
Inlude all files in the root of the toolchain.

Change-Id: I261055f1d17f719e15d6708658097a5f538c0106
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>sdk: fix linker flags</title>
<updated>2018-11-01T12:54:47+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-11-01T11:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=283d5bc109aa34a9fa51b870f3d9e21efcb215f2'/>
<id>urn:sha1:283d5bc109aa34a9fa51b870f3d9e21efcb215f2</id>
<content type='text'>
Add back the target specific compiler flags to the LFLAGS.

Task-number: QTBUG-71532
Change-Id: I1011abd6f5e33f2926db50c49475b70014c55616
Fixes: QTBUG-71532
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>sdk: remove unneeded compiler flags</title>
<updated>2018-10-30T08:12:18+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-10-30T07:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=57a4d19ca861752e1bcc5322bbf606d543e192d9'/>
<id>urn:sha1:57a4d19ca861752e1bcc5322bbf606d543e192d9</id>
<content type='text'>
TARGET_CFLAGS has compiler flags that are not required for
the toolchain to work, but adds unnecessary complexity.

Change-Id: I8532e7591a5bc85ff243b4e268ba3157b08202c8
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>cmake: fix cmake configurations for QtCreator</title>
<updated>2018-10-30T08:12:14+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-10-25T12:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=c6cf6f303ad64f3243c4541e3d4ab5957326ad38'/>
<id>urn:sha1:c6cf6f303ad64f3243c4541e3d4ab5957326ad38</id>
<content type='text'>
Include cmake and make as explicitly to the toolchain. Fix nativesdk-cmake
compilation for mingw toolchain. Add CMake registration code to the QBSP
installer scripts.

Task-number: QTBUG-71315
Change-Id: If29e12d6ce24546ba8a834969b6f60e3216e6962
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>QBSP: add Qt version to the QBSP file name</title>
<updated>2018-10-30T08:12:10+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-10-26T12:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=da8985fae240e7cf189a1376a6c7593656a024da'/>
<id>urn:sha1:da8985fae240e7cf189a1376a6c7593656a024da</id>
<content type='text'>
Change-Id: I343ac6b008044d31ea97c436d34eaed5d6f94819
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>toradex: fix problem with basehash in tezi</title>
<updated>2018-10-26T12:57:33+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-10-25T12:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=88c0a44cc421f5cb614dd068c94984fd6cce6520'/>
<id>urn:sha1:88c0a44cc421f5cb614dd068c94984fd6cce6520</id>
<content type='text'>
The tezi image uses DATE value but does not exclude it from basehash
calculation, which leads to build error:
"basehash value changed from ... to .... The metadata is not deterministic
and this needs to be fixed."

Re-apply the fix as it's still not correctly fixed in toradex layers.

Change-Id: I0e835db98e812c4af23e01215b045ba1a7298753
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>QBSP: add check for supported host system</title>
<updated>2018-10-23T11:38:27+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-10-10T12:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=c86c3b7fbd0649c8a78cf0d1c5f59f291f054636'/>
<id>urn:sha1:c86c3b7fbd0649c8a78cf0d1c5f59f291f054636</id>
<content type='text'>
Warn user if they try to use windows QBSP on a linux system or vice versa.
Set package as Default, so they are selected automatically when using
command line options, and disable components if host system is not
compatible so that user cannot continue with the installation.

Change-Id: I84d963b8faee00c6fbaa622cb7347606a18c7c6f
Reviewed-by: Katja Marttila &lt;katja.marttila@qt.io&gt;
</content>
</entry>
<entry>
<title>renesas: support for RCar-3 D3 DRAAK</title>
<updated>2018-10-10T09:43:19+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2017-12-20T07:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ed0f0bfceb44cd431fe65e94e6952c486332a42c'/>
<id>urn:sha1:ed0f0bfceb44cd431fe65e94e6952c486332a42c</id>
<content type='text'>
meta-renesas has support for the D3 Draak board only in version
Renesas-Yocto-v2.22.0.1_D3 version. Other Renesas boards are already
using more recent verions. Checkout the D3 specific version
in a different directory, so that all Reneasas boards can be supported.
renesas-rcar-gen3 repo has been updated with D3 drivers from
D3_Linux_2.23.01_BSP_3D BSP package.

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