summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump qdbd version to includeKari Oikarinen2017-01-161-3/+3
| | | | | Change-Id: Ieee95167c9b23b857d3877a63f83941f7ace66b5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodulesMikko Gronoff2017-01-134-4/+4
| | | | | Change-Id: I0953ad20c598a9d728b57776bc9f76f8f6384d0e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtivi: Add geniviextras-only pacakgeconfigGordan Markuš2017-01-121-1/+2
| | | | | | Change-Id: If8bca1346873120ac1b7c4f9d264c920d1268a34 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Enable GammaRay support for QtSCXMLVolker Krause2017-01-111-2/+2
| | | | | Change-Id: I3fb4e954d745c120d470aeb9c1ffb4a1b9650771 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-qt5: update revisionSamuli Piippo2017-01-111-1/+1
| | | | | Change-Id: I2fa8e129dc2a12dccf7b624d4f75d0123ab7a57a Reviewed-by: Volker Krause <volker.krause@kdab.com>
* qt5: update submodulesMikko Gronoff2017-01-1112-13/+13
| | | | | Change-Id: Ife936b3409743d01d2d9ca810d948aedec7c5f48 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: add qtnetworkauth and qtscxml modulesSamuli Piippo2017-01-105-1/+64
| | | | | Change-Id: Iec92f6fe60fb1e2d744596414908697e3eab268f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* beaglebone: build qtbase with kms/drm supportSamuli Piippo2017-01-102-0/+37
| | | | | | | | | Enable eglfs_kms integration plugin which enables qtwayland support, but don't use it by default, since it fails to work with LCD cape. Task-number: QTBUG-57806 Change-Id: I059a62344cd654126c4aae3efb73299a2dfe9782 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qbsp: move the qbsp content definition from distro confSamuli Piippo2017-01-105-8/+17
| | | | | | | | | qbsp-image creation broke builds where MACHINE did not have conf file distro/include/${MACHINE}.conf, since it was expecting to find .img as a result of the image build. Change-Id: I686684f86f94b4c227ba40dd17fd8bb14e705b9d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* libgbm: make possible to use other libgbm provides than mesaSamuli Piippo2017-01-104-1/+35
| | | | | | | | | | | | | | Mesa is the default libgbm provider, but does not yet have virtual/libgbm in the PROVIDES list. This makes it difficult the change the dependency to another recipes that provide only libgbm. Add virtual/libgbm to mesa and TI's libgbm recipe, and change the dependency in qtbase. Add gbm to qtbase PACKAGECONFIG on intel devices. Task-number: QTBUG-57896 Change-Id: I491df7057e52f9e74dd87abf65e542eab2cd3f9e Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* scripts: use latest meta-qt5Mikko Gronoff2017-01-091-1/+1
| | | | | Change-Id: I4f7777a6bf52f3229d531d8fc8de93ab9c4864e8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtotauodate: update revisionGatis Paeglis2017-01-061-1/+1
| | | | | Change-Id: I8bf0c2d1ad38eb6056b8000e617ab1a35a8873b8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update qtcreator configure scriptSamuli Piippo2017-01-051-7/+24
| | | | | | | | Using new sdktool interfaces for <LANG>toolchain and debugger. Change-Id: I0ddd788feba74280bda760826dd154a284ea9979 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qbsp: update toolchain installer scriptSamuli Piippo2017-01-051-15/+33
| | | | | | | | | Update to use new <LANG>toolchain interface from sdktool and register gdb as a separate component for the kit. Change-Id: I440b7246a610701635b354d9403c146b70eefb22 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* sdk: add global documentation templates from qtbaseSamuli Piippo2017-01-051-0/+1
| | | | | | | | Needed to generate documentation Task-number: QTBUG-57889 Change-Id: If334d2076a5914550a18639c4c9b9d3596ab070a Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* Change USB vendor ID used by qdbdKari Oikarinen2017-01-022-8/+2
| | | | | | | | | | | | | | | Rather than using Google's ID, let's pick an unused one. We are not reserving an official USB vendor ID, since this is only used for development and Qt for Device Creation users will use their own USB IDs in the final devices. Also always use a fixed product ID, since ADB_PRODUCTID value will make no sense with the changed vendor ID. Change-Id: I69ed1bcfbe3e17b5faebf4b3b71f691778776da7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use 7zr instead of the full 7z binarySamuli Piippo2017-01-023-7/+7
| | | | | | | | 7zr is already available is some distros without need to install additional utils. Change-Id: Iabcbf98b3db66d04ab7c16b3316d6ff309ec90cc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qbsp: add separate license componentSamuli Piippo2017-01-023-33/+666
| | | | | | | | | | | 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 <mikko.gronoff@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Update sanity tested distrosSamuli Piippo2016-12-281-0/+1
| | | | | Change-Id: I11475457ef1178f15ddf4e26300b9b1f37c064cc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* update-qt5-modules.sh: check for qtquickcompiler recipeSamuli Piippo2016-12-281-2/+2
| | | | | Change-Id: I0c8f25e511dbb48f2e046d67ecbd2e5ea365b403 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtotaupdate: add dracut dependencyGatis Paeglis2016-12-221-0/+1
| | | | | Change-Id: I57f26cd87a3e94725bb917a8935fb76c1bf90756 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* beaglebone: add missing kernel modulesSamuli Piippo2016-12-202-1/+3
| | | | | | | | SGX kernel module and overlay dtbs were not installed. Task-number: QTBUG-57663 Change-Id: Ic978c051870c687c95c0c1485065c235f56e60d6 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* qt5: update qtquickcontrols2 & qtcharts SRCREVsMikko Gronoff2016-12-202-2/+2
| | | | | Change-Id: Iaafccfb5ff43186935783ee7cf9377212d061a6d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodulesMikko Gronoff2016-12-1915-16/+16
| | | | | Change-Id: I7f22ab9385ec2b44c5908ce20daecf7a7ea0a198 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtotauodate : update revisionGatis Paeglis2016-12-191-1/+1
| | | | | Change-Id: Icadfa9c4cd957f7fbc1dadc36ccfe77e30185bc3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update qtdeviceutilities moduleTeemu Holappa2016-12-191-1/+1
| | | | | Change-Id: Ibc2a6c98c9f20e12f3ea69c69a85422c7df615d4 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* ca-certificates: add missing dependency to opensslSamuli Piippo2016-12-197-227/+3
| | | | | | | | | | | | | openssl and openssl-misc are required for update-ca-certificates to work correctly when c_rehash is enabled. Instead of having those in packageconfig, add them here as rdepends. Remove old ca-certificates recipe as upstream poky has a newer version. Task-number: QTBUG-57641 Change-Id: I3c76f86ec52c193cedecc51c50805c897b8e03b6 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* gdb: correctly enable python support for mingwSamuli Piippo2016-12-161-1/+1
| | | | | Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Update automotive componentsSamuli Piippo2016-12-163-7/+3
| | | | | | | | 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>
* QtApplicationManager: Revision updateGordan Markuš2016-12-161-2/+1
| | | | | | | Fix Qt 5.8 builds and remove redundant dbus installation directive. Change-Id: I844e7b1f7155ea9eaa1fcdd16f541284424c4715 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/jethro' into krogothSamuli Piippo2016-12-153-0/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: colibri-imx7: use opengldummy for egl and libgles2 qt5: update submodules gdb: correctly enable python for mingw sdk build mesa: make sure we get libgles3-dev package in toolchain qt5: update submodules beaglebone: start qtlauncher only after /dev/fb0 exists Update qtdeviceutilities module revision Conflicts: meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend scripts/manifest.xml Change-Id: I2f175980f16084c37c5d4032387579dab574952d
| * colibri-imx7: use opengldummy for egl and libgles2Samuli Piippo2016-12-091-0/+3
| | | | | | | | | | | | | | | | | | Use opengldummy instead mesa for the headers and libs, which are required only for building Qt and not at runtime. Change-Id: I82ff661e842375bd68dffb3db790b0309c71d14a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * qt5: update submodulesMikko Gronoff2016-12-014-4/+4
| | | | | | | | | | Change-Id: Ia05a3bbcdf0fb30497bef816c58d44eab20e6d00 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * gdb: correctly enable python for mingw sdk buildSamuli Piippo2016-11-302-1/+2
| | | | | | | | | | | | | | | | | | | | Needs a fix in meta-mingw to correctly enable python for gdb build. Fixes raspberrypi toolchain on windows which did not include python support in the gdb. Task-number: QTBUG-57316 Change-Id: I98f7147420b03dd877ba10866f69ec1c53a870f0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * mesa: make sure we get libgles3-dev package in toolchainSamuli Piippo2016-11-211-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | There is no libgles3 library available, but mesa has the headers in a separate package. Add dependency so that libgles2 pull also the libgles3 headers. Change-Id: I756a0c80aeaa9b5017a3e2e2144cd5c1e5429823 Task-number: QTBUG-57188 Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * qt5: update submodulesMikko Gronoff2016-11-213-3/+3
| | | | | | | | | | Change-Id: I5ac8a0f31b2553575cbab782cb2ed8a7e42f4eea Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * beaglebone: start qtlauncher only after /dev/fb0 existsSamuli Piippo2016-11-214-0/+28
| | | | | | | | | | | | | | | | | | | | 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 300a9420bce2bcf4e0fffe30dae5cb0504e2cadb) Change-Id: I8875334407c5a01bd6597e2c4fc1af96e396c639 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| * Update qtdeviceutilities module revisionTeemu Holappa2016-11-171-1/+1
| | | | | | | | | | Change-Id: Ia06a124b84c78f2a1cb2e8b572c16e096b668657 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update submodulesSamuli Piippo2016-12-1419-20/+20
| | | | | | | | | | | | | | | | Enable QtQuickCompiler after fixes landed in QtDeclarative and QtQuickCompiler Change-Id: I339b72fe83316499bdccaf2ae484db63d87c6ed9 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | rpi: remove rpi-ft5406 overlaySamuli Piippo2016-12-142-36/+0
| | | | | | | | | | | | | | | | The rpi-ft5406 touch display support is also build as a kernel module, so there is no need to build separate overlay file. Change-Id: I6c0d99d5aedad2d24e8e23723613b0a52dcb7736 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Update GammaRay version to include the QtIvi pluginVolker Krause2016-12-091-1/+1
| | | | | | | | | | Change-Id: Id81f01e2af9f257829290ed29db12f1ab3c50dda Reviewed-by: Christoph Sterz <christoph.sterz@kdab.com>
* | qt5: update submodulesSamuli Piippo2016-12-0931-45/+42
| | | | | | | | | | | | | | | | | | Needs updates for meta-qt5 and meta-mingw Temporarily disable QtQuickCompiler (QTRD-2219) Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Correctly pass DESTDIRFrank Meerkoetter2016-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | Passing DESTDIR does not work this way. The result was that the recipe tried to install into the host. Typically this ended the build as the user running it, isn't allowed to write to /. This patch correctly passes DESTDIR to the make file. Change-Id: I6f4a3cd42d2d0d3996333a56a707802bc25c8b4a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | beaglebone: fix appendsSamuli Piippo2016-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | Use _append in correct order, otherwise it will override existing values. Task-number: QTBUG-57458 Change-Id: Ida9d85d7bb94f1fefb0b78352f93c9ea71157a01 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | rpi: fix bluetooth systemd serviceSamuli Piippo2016-12-021-1/+1
| | | | | | | | | | | | | | | | bluetooth service was never enabled due to bug in meta-raspberrypi. Task-number: QTBUG-57152 Change-Id: I136061aed1723fcb7178cb462c1c450e1872ba5e Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Update GammaRay VersionChristoph Sterz2016-11-291-1/+1
| | | | | | | | | | | | | | | | | | 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>
* | Enable QtIvi and QtWayland GammaRay toolsVolker Krause2016-11-291-1/+2
| | | | | | | | | | Change-Id: I41985617a4061d8ca83fe1a032b5b5c132e259a6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update to latest revisionSamuli Piippo2016-11-237-3/+10
| | | | | | | | | | Change-Id: If559f56a8f536d5d34511cca429305b501cf58b4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Add support for creating QBSP packageSamuli Piippo2016-11-2115-26/+504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/jethro' into devMikko Gronoff2016-11-164-31/+45
|\| | | | | | | | | | | | | | | | | | | | | * origin/jethro: update maintainer email info Use correct license header qt5: update submodules otf-noto: update checksums qt5: update submodules Change-Id: Id586a8faa62b0eefaebfdb71b5acb2cd07c38bf2