<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/files/qbsp/toolchain_installscript.qs, branch v5.11.0-beta4</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.0-beta4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.11.0-beta4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2018-03-12T14:12:31+00:00</updated>
<entry>
<title>Split meta-boot2qt layer</title>
<updated>2018-03-12T14:12:31+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-03-02T11:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=344c2f97025c6504ec986600498121bb83aaeb8f'/>
<id>urn:sha1:344c2f97025c6504ec986600498121bb83aaeb8f</id>
<content type='text'>
Move distro specific recipes to own layer and leave only new recipes
and bbclasses to meta-boot2qt layer. This makes it easier to include
meta-boot2qt to your own distro layer to get access e.g., QDB and
QBSP recipes that might be useful even without boot2qt distro.

Task-number: QTBUG-65871
Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6
Reviewed-by: Timo Aarnipuro &lt;timo.aarnipuro@qt.io&gt;
</content>
</entry>
<entry>
<title>qbsp: fix replace tags</title>
<updated>2018-01-26T14:27:15+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-01-25T13:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6aca07601e166ab0654e4179c4d80b8e17b6cc0a'/>
<id>urn:sha1:6aca07601e166ab0654e4179c4d80b8e17b6cc0a</id>
<content type='text'>
@TARGET@ was used twice for different things and other tags were used
with wrong content. Installer content now follows closer to the online
content.

Task-number: QTBUG-66010
Change-Id: I6a10f765fa582da2025134f268c6ee35b74ac8c6
Reviewed-by: Ilari Ängeslevä &lt;ilari.angesleva@qt.io&gt;
</content>
</entry>
<entry>
<title>qbsp: use correct creator type names for qdb plugin</title>
<updated>2017-06-19T06:19:03+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2017-06-15T08:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=96851bd9222325e62417bf24319eb396f49f2750'/>
<id>urn:sha1:96851bd9222325e62417bf24319eb396f49f2750</id>
<content type='text'>
Change-Id: I5dba58fbdaf5512710ed79973ab0e4809484d805
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>qbsp: update toolchain installer script</title>
<updated>2017-01-05T13:49:50+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-12-28T13:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6b7454d0b43888e4dac09693c674ee712638e27c'/>
<id>urn:sha1:6b7454d0b43888e4dac09693c674ee712638e27c</id>
<content type='text'>
Update to use new &lt;LANG&gt;toolchain interface from sdktool and
register gdb as a separate component for the kit.

Change-Id: I440b7246a610701635b354d9403c146b70eefb22
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
Reviewed-by: Iikka Eklund &lt;iikka.eklund@qt.io&gt;
</content>
</entry>
<entry>
<title>Add support for creating QBSP package</title>
<updated>2016-11-21T08:39:46+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-11-10T08:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=1a9ad4899efb2f3054ec0d676e41a85e01d8f806'/>
<id>urn:sha1:1a9ad4899efb2f3054ec0d676e41a85e01d8f806</id>
<content type='text'>
QBSP is a Qt specific Board Support Package that can be installed with
the Qt SDK or MaintenanceTool and contains a system image and a toolchain.
The toolchain is automatically registered to the QtCreator.

The recipes used for creating the system image and the toolchain can be
configured with QBSP_IMAGE_TASK and QBSP_SDK_TASK. The files wanted for
the system image can be further configured with QBSP_IMAGE_CONTENT,
with a list of files located in DEPLOY_DIR_IMAGE folder. By default,
.img and .conf files are used from the selected image recipe.

QBSP_INSTALLER_COMPONENT defines the location in the Qt installer tree
where the QBSP is shown and QBSP_VERSION defines the version for the
components. The QBSP is installed to path defined by QBSP_INSTALL_PATH.

The regular SDK creation can now reuse the same image package .7z, so
update upload script to use it instead of creating new package.

Task-number: QTBUG-57018
Change-Id: Id1e7cc4ab3998a7d450f23ed603b8e676b314d63
Reviewed-by: Iikka Eklund &lt;iikka.eklund@qt.io&gt;
Reviewed-by: Teemu Holappa &lt;teemu.holappa@qt.io&gt;
</content>
</entry>
</feed>
