<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/classes, branch v1.1_QtAS</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=v1.1_QtAS</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v1.1_QtAS'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2017-01-02T06:41:43+00:00</updated>
<entry>
<title>Use 7zr instead of the full 7z binary</title>
<updated>2017-01-02T06:41:43+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-12-27T14:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=7f56f11cefe2fd258e2ba53d0bae098613457d66'/>
<id>urn:sha1:7f56f11cefe2fd258e2ba53d0bae098613457d66</id>
<content type='text'>
7zr is already available is some distros without need to install
additional utils.

Change-Id: Iabcbf98b3db66d04ab7c16b3316d6ff309ec90cc
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>qbsp: add separate license component</title>
<updated>2017-01-02T06:41:21+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-12-05T16:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=0303ce3b821d1402c856fd637ef51d8bc3af04bf'/>
<id>urn:sha1:0303ce3b821d1402c856fd637ef51d8bc3af04bf</id>
<content type='text'>
Add license component that can be used to show EULA or similar license
terms to user before installation. As an example, the NXP EULA is used
for all imx based devices.

Task-number: QTBUG-57413
Change-Id: Ib593a14ff713a637082a665e7a33a48f1394e37a
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
Reviewed-by: Iikka Eklund &lt;iikka.eklund@qt.io&gt;
</content>
</entry>
<entry>
<title>qt5: update submodules</title>
<updated>2016-12-14T10:00:53+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-12-12T11:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=f0296da6afd374d10788d5dd1ade0fcd6e78ff7f'/>
<id>urn:sha1:f0296da6afd374d10788d5dd1ade0fcd6e78ff7f</id>
<content type='text'>
Enable QtQuickCompiler after fixes landed in QtDeclarative
and QtQuickCompiler

Change-Id: I339b72fe83316499bdccaf2ae484db63d87c6ed9
Reviewed-by: Teemu Holappa &lt;teemu.holappa@qt.io&gt;
</content>
</entry>
<entry>
<title>qt5: update submodules</title>
<updated>2016-12-09T12:46:24+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-12-01T15:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=2e5f9797fed62516808cb52c0e579726c785c5e7'/>
<id>urn:sha1:2e5f9797fed62516808cb52c0e579726c785c5e7</id>
<content type='text'>
Needs updates for meta-qt5 and meta-mingw

Temporarily disable QtQuickCompiler (QTRD-2219)

Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@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>
<entry>
<title>Add qdbd to the images</title>
<updated>2016-11-10T09:49:41+00:00</updated>
<author>
<name>Kari Oikarinen</name>
<email>kari.oikarinen@qt.io</email>
</author>
<published>2016-11-08T14:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=2f5230bc3e92e1b31e90be9812581ae3997b8a27'/>
<id>urn:sha1:2f5230bc3e92e1b31e90be9812581ae3997b8a27</id>
<content type='text'>
It's only included in internal builds, since the repository is not
public.

qdbd not started by default, ADB is still the default. It can be started
with `systemctl start qdbd`. It can be started in future boots with
`systemctl enable qdbd`.

Task-number: QTBUG-56069
Change-Id: I71340cdb31de823e1375986d34f2f07e7be5971b
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>emulator: boot-directdisk was merged with image-vm</title>
<updated>2016-09-12T12:34:46+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-08-31T07:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=adc61820f15efe4e57e9089372e55ad20aaf1efb'/>
<id>urn:sha1:adc61820f15efe4e57e9089372e55ad20aaf1efb</id>
<content type='text'>
Change-Id: I4b899dac24895ebd6ac9da1258f177faa4acac74
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>mingw: skip symlinks pointing to directories</title>
<updated>2016-09-12T12:34:37+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-08-30T10:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=82f2b5b3afe464fbc49489bc2b03d208c32b2278'/>
<id>urn:sha1:82f2b5b3afe464fbc49489bc2b03d208c32b2278</id>
<content type='text'>
gphoto2 has a infinite loop caused by a symlink, which breaks the
mingw toolchain creation. Instead of adding more checks, skip all
directories.

Change-Id: Iec4fb96da12874dcc4939ca8a8af1f956ef3d164
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>bootfs: make sure DATETIME is not used for sstate hash</title>
<updated>2016-09-12T12:34:02+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-08-26T10:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=e409c281130b0bfccb851604107b0b4a13a14aed'/>
<id>urn:sha1:e409c281130b0bfccb851604107b0b4a13a14aed</id>
<content type='text'>
Fix error Taskhash mismatch

Change-Id: I28132764303660dfc4db8b13e4bc447f4deb447e
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/jethro' into dev</title>
<updated>2016-08-25T13:16:59+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-08-25T13:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=0765ab46150bfa6a930487e25ecb0eed365d90f1'/>
<id>urn:sha1:0765ab46150bfa6a930487e25ecb0eed365d90f1</id>
<content type='text'>
* origin/jethro:
  Update meta layers
  Reuse qt5-git.inc in automotive recipes
  ota: update recipe
  Correctly update qtquickcompiler SHA1
  Reuse qt5-git.inc to define git repo location
  Remove automotive recipes
  Update Qt5 submodules
  Handle qtquickcompiler in update-qt5-modules.sh script
  qtwebbrowser: update source uri
  Correctly use QtQuickCompiler when available
  gammaray: update revision to match gammaray plugin in QtC 4.1
  Fix adb to toradex-imx6 image
  Change git protocol from ssh to http
  Update qtdeclarative module
  Update boot2qt-demos version

Change-Id: I1665b538bcd12a0dffb6403a6d387eebb100c762
</content>
</entry>
</feed>
