- Dec 16, 2016
-
-
Samuli Piippo authored
Latests revs for appman, neptune and qtivi. Change-Id: I18afa4f5189178d8dc039c311f472c493be3fd9c Reviewed-by:
Teemu Holappa <teemu.holappa@qt.io> Reviewed-by:
Gordan Markus <gordan.markus@pelagicore.com>
-
Gordan Markuš authored
Fix Qt 5.8 builds and remove redundant dbus installation directive. Change-Id: I844e7b1f7155ea9eaa1fcdd16f541284424c4715 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Dec 14, 2016
-
-
Samuli Piippo authored
Enable QtQuickCompiler after fixes landed in QtDeclarative and QtQuickCompiler Change-Id: I339b72fe83316499bdccaf2ae484db63d87c6ed9 Reviewed-by:
Teemu Holappa <teemu.holappa@qt.io>
-
- Dec 09, 2016
-
-
Volker Krause authored
Change-Id: Id81f01e2af9f257829290ed29db12f1ab3c50dda Reviewed-by:
Christoph Sterz <christoph.sterz@kdab.com>
-
Samuli Piippo authored
Needs updates for meta-qt5 and meta-mingw Temporarily disable QtQuickCompiler (QTRD-2219) Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Dec 01, 2016
-
-
Mikko Gronoff authored
Change-Id: Ia05a3bbcdf0fb30497bef816c58d44eab20e6d00 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Nov 29, 2016
-
-
Christoph Sterz authored
This is necessary for development. It ensures new exchange protocol between gammaray's server and client. Change-Id: I16d4c998f9f407df8a36d7afc3096271a6c32803 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io> Reviewed-by:
Volker Krause <volker.krause@kdab.com>
-
Volker Krause authored
Change-Id: I41985617a4061d8ca83fe1a032b5b5c132e259a6 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Nov 23, 2016
-
-
Samuli Piippo authored
Change-Id: If559f56a8f536d5d34511cca429305b501cf58b4 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Nov 21, 2016
-
-
Mikko Gronoff authored
Change-Id: I5ac8a0f31b2553575cbab782cb2ed8a7e42f4eea Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
Samuli Piippo authored
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 <iikka.eklund@qt.io> Reviewed-by:
Teemu Holappa <teemu.holappa@qt.io>
-
Samuli Piippo authored
Beaglebone creates /dev/fb0 late in the boot process, which causes Qt applications to crash if started too early. Make systemd notice fb0 creation and bind application startup to it. (cherry picked from commit 300a9420) Change-Id: I8875334407c5a01bd6597e2c4fc1af96e396c639 Reviewed-by:
Kalle Viironen <kalle.viironen@theqtcompany.com>
-
- Nov 17, 2016
-
-
Teemu Holappa authored
Change-Id: Ia06a124b84c78f2a1cb2e8b572c16e096b668657 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Nov 14, 2016
-
-
Mikko Gronoff authored
Change-Id: Iad62f9e644bb9c8bda1f00b34ea3a916976bd870 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Nov 11, 2016
-
-
Samuli Piippo authored
Change-Id: I88d85c281bfc7895f976fbc7f65bd9e88eae7aa3 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Nov 10, 2016
-
-
Samuli Piippo authored
Change-Id: I9b429b9328c99a63b703af2d48f545327b7af880 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Kari Oikarinen authored
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 <samuli.piippo@qt.io>
-
- Nov 04, 2016
-
-
Mikko Gronoff authored
Change-Id: I34ed1989626992c79eb04afbe44042938b5d611f Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Nov 03, 2016
-
-
Samuli Piippo authored
Remove all Qt dependency packages from machine include files and base packagegroups, instead let packagemanager pull in all the needed dependent packages. Do not create tar image or bootfs, since they are not used anymore. The old base image is now renamed for CI usage and contains all the Qt dependent packages but without any Qt modules. This is achieved by first installing all the Qt modules (which pulls in all the dependencies) and then removing only Qt modules. Change-Id: I36d996d4531af42e955f19a487c22d0b90c5ada9 Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
Samuli Piippo authored
Until now, the toolchain used by CI has been created without Qt, but with all (best guess) Qt dependencies. Now toolchain is created with Qt and we get all Qt dependencies correctly into the toolchain. As a consequence, CI will now need to build Qt, which has not been covered in CI before. The difference between embedded-sdk and embedded-qt5-sdk is that the former does not include files needed for debugging. Change-Id: Ie2be156c07e51119c0d4782494d6bcde6f34ed60 Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
Samuli Piippo authored
Change-Id: I2a04a21feb476de93d2a8d641f66cfc1d2b91ef8 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
- Nov 02, 2016
-
-
Gatis Paeglis authored
Change-Id: I406a2769005e2ed2757526d6e66915b79bdaa8f0 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Oct 31, 2016
-
-
Samuli Piippo authored
VKB was built without hunspell. No libs are installed to /usr/share anymore, so the extra configs are not necessary. Change-Id: Ic58670e8b2e637f0680b5190f07bd996aa601491 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Oct 27, 2016
-
-
Samuli Piippo authored
Use qt5-module to get all files (mkspecs, examples) in correct sub-packages. Change-Id: I41b98c74c2764d45a08ab064c17d507eb1029f79 Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
Samuli Piippo authored
Change-Id: I4e67e6d0222f79c135b031f8110d565a3e4243b4 Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
Samuli Piippo authored
Change-Id: I35ee298c7fa74d5cc43065857bc9fa62a2f30898 Reviewed-by:
Kimmo Ollila <kimmo.ollila@theqtcompany.com>
-
- Oct 25, 2016
-
-
Samuli Piippo authored
Include wayland-dev package to SDK to have wayland-scanner there, needed when building QtWayland with the toolchain. Change-Id: I8b4fc2c0af3a7a27cf0376eb21c88e33c83a2e54 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Oct 24, 2016
-
-
Gatis Paeglis authored
We are not using any language bindings of OSTree. We use the C API, so no need for introspection. And re-enable ostree/qtotaupdate now when the build issue is fixed. Task-number: QTBUG-55559 Change-Id: I1a7407d4e6ac3eca1083b9c28ed7aa206e0ed484 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Oct 20, 2016
-
-
Mikko Gronoff authored
Removed license checksums from .bbappend files that were overlapping with updated meta-qt5. Also cleaned a few chunks of appends available already in meta-qt5. Change-Id: Iaafb9eb1472a9909db750fec35c8ac0d231e5f63 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
Mikko Gronoff authored
Change-Id: Iafe8b11f61554551c749ea2dedffabbff3d34a78 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
Mikko Gronoff authored
Patch has been available from meta-qt5 layer for a long time. This file is identical to meta-qt5 patch, thus removed from meta-boot2qt layer. Change-Id: Ib7e82d5d22719927271aadc9604470834afb563a Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Oct 14, 2016
-
-
Samuli Piippo authored
Change-Id: I595235b90c33b1ad734b47b1172183aef195da42 Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
- Oct 07, 2016
-
-
Mikko Gronoff authored
Change-Id: I4a52b28896eab692d628563c72cc09cee5af32c7 Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
- Oct 04, 2016
-
-
Risto Avila authored
Task-number: AUTOSUITE-10 Change-Id: I1961d972a3bc7c4e0f3e7ac0788044629b8dd2f4 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io> Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Oct 03, 2016
-
-
Samuli Piippo authored
Change-Id: If37c30437c3e8d3f5ffafb3a47851d88ec050895 Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
Samuli Piippo authored
Beaglebone creates /dev/fb0 late in the boot process, which causes Qt applications to crash if started too early. Make systemd notice fb0 creation and bind application startup to it. Change-Id: I0207fb64ec981eaeadbe497de5a9bdc941b6e31d Reviewed-by:
Risto Avila <risto.avila@qt.io> Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Sep 27, 2016
-
-
Mikko Gronoff authored
updated final 5.6.2 content Change-Id: I15e5e804a487598091a9809b50687c96cdb3093a Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Sep 22, 2016
-
-
Samuli Piippo authored
Change-Id: I4b204b6dea02fd3e298eb66028b44139eb12ff2a Reviewed-by:
Risto Avila <risto.avila@qt.io>
-
Samuli Piippo authored
Use the correct module name also in the recipe. Add PACKAGECONFIG to build with wpa-supplication support. Change-Id: Ia430912685478d077f997e410257ae1b92d93289 Reviewed-by:
Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Sep 20, 2016
-
-
Mikko Gronoff authored
final qt 5.6.2 content Change-Id: I6b12d95cdc356a73f59c187d70676f2e17bb3b65 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-