summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
Commit message (Collapse)AuthorAgeFilesLines
* quickcompiler: update to 5.9.4 release revisionv5.9.4Mikko Gronoff2018-01-221-1/+1
| | | | | Change-Id: Iac79b3ecaa5ae653a66cedc7ddd030f0dcd05cbf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-qt5: update to Qt 5.9.4 RCMikko Gronoff2018-01-191-1/+1
| | | | | | | | | - Update submodules to 5.9.4 RC - Update QuickCompiler to 5.9.4 release version Task-number: QTBUG-65028 Change-Id: I44091bcaf355a7d6bfcdb7e27c70a31c94b7e778 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-qt5: update meta layerMikko Gronoff2018-01-051-1/+1
| | | | | | | | | - Update qt submodules to latest in 5.9.4 branch - Update qtquickcompiler due changes in qtdeclarative Task-number: QTBUG-65028 Change-Id: Ifb8f82d54bb377229e5fd909227ba08386f010af Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtdeviceutilities: update revisionMikko Gronoff2017-12-181-1/+1
| | | | | | Task-number: QTBUG-65028 Change-Id: I443a1530351191a8dab77a01c40ddc5b6dcbcfe5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-qt5: update meta layerMikko Gronoff2017-11-151-1/+1
| | | | | | | | | - Update Qt submodules to 5.9.3 RC - Update QuickCompiler Task-number: QTBUG-64216 Change-Id: Ibfd62c60e64dd6d988fa10bb531ad9628046266f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update qtx11extras submodule & quickcompiler revisionMikko Gronoff2017-10-041-2/+2
| | | | | | | Update 5.9.2 RC content with missing changefile & doc updates Change-Id: Ib42c88d565870607fdc1017016692e3f2b66e964 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-qt5: update to 5.9.2 RCMikko Gronoff2017-10-041-1/+3
| | | | | | | | | | * Update meta-qt5 layer to 5.9.2 RC * Keep qtsystems module in the old revision. Updating it requires lots of changes to emulator related recipes due API & other changes in qtsimulator module Change-Id: I679d8f45df474d8a14c989d51e0862255651e079 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* quickcompiler: update revisionMikko Gronoff2017-09-291-1/+1
| | | | | Change-Id: If69cf7ec729ec206931cc324ad7786c2d887c3dc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtquickcompiler: fix path for QT_HOST_BINSSamuli Piippo2017-09-261-0/+5
| | | | | | | | | | Bitbake builds need to use QT_HOST_BINS/get for getting the correct path to the host tools. Change it for qtquickcompiler.prf so that project can use CONFIG+=qtquickcompiler without need to have CONFIG+=no_qtquickcompiler_depend as well. Change-Id: I5196e06f249531833fccca6b0b6a213016270ab6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtdeviceutilities: update componentMikko Gronoff2017-09-141-1/+1
| | | | | | | Adds a wifi example Change-Id: Ie148c293115e042910c94040ea5efc694e7460e1 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* qtdeviceutilities: update moduleMikko Gronoff2017-08-251-2/+2
| | | | | | | | | | | | | | | | | * Changelog: Doc: Bump version to 5.9.2 Introduce a placeholder for removed wired networks Display the current IP address for a wifi connection Set the method indexes for the comboboxes at a more suitable time Allow editing ipv4 settings in manual mode directly after saving Use both IPv4.Configuration and IPv4 for reading connman settings Doc: Bump version to 5.9.1 Set a default netmask and gateway if the user didn't provide them Remove qt config option from settingsuiplugin Doc: Bump version to 5.9.0 Change-Id: I5c96a675e60e8adae5cc96e29edbf567dffa5f24 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* meta-qt5: update to Qt 5.9.1 RCSamuli Piippo2017-06-231-53/+30
| | | | | | | Update mingw mkspec to fix Qt build Change-Id: I1f9ff8f09a7b2cac3b26426a44139b351e39abad Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* meta-qt5: update to Qt 5.9.1Samuli Piippo2017-06-131-1/+1
| | | | | Change-Id: I66c0770780da9d04b4fe2a9dfd50067e34d9dbeb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* deviceutilities: update to newer versionMikko Gronoff2017-05-031-1/+1
| | | | | | | | | * Updates since previous version: Fix issue when no Bluetooth device is available Change-Id: Ib671c425805c4a51c5aa63d9475f50b923355c84 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtbase: add support for gif and icoSamuli Piippo2017-05-031-0/+2
| | | | | | | | | Support was lost when PACKACONFIGs were added in upstream qtbase recipe. Task-number: QTBUG-60327 Change-Id: I2bee56e9331ab617b92bd6da946894fb3dcf3863 Reviewed-by: Karim Pinter <karim.pinter@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* deviceutilities: update to newer versionMikko Gronoff2017-04-271-1/+1
| | | | | | | | | | | | | | | | | | * commits included since previous version: Don't give connman user name as a network name Fix bad annotations of D-Bus signal arguments Remove duplicate D-Bus annotation Add plugins.qmltypes files to the QML plugins Use qml_plugin.prf for the QML plugins Remove dead .pro file Merge remote-tracking branch 'origin/5.8' into 5.9 Exclude all the other build targets than linux Fix qmake warnings Doc: Bump version to 5.8.0 Change-Id: I09a8eb3ba564862cbfcf70efca3eaacb43374446 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Update and re-enable QtQuickCompilerSamuli Piippo2017-04-201-1/+1
| | | | | Change-Id: Idb019e6d056815be968aca7ef4bd7a40ef28d3da Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtbase: disable eglfs device integration plugin usage in emulatorMikko Gronoff2017-04-051-0/+1
| | | | | | | | | | Boot2Qt Emulator does not launch with Qt 5.9.0 due changes in qtglesstream. Instead of updating emulator & qtglesstream, disable eglfs device integration plugin usage in the emulator VM image. Task-number: QTBUG-59771 Change-Id: I40998fc81fb75cede447d6dd6142e3bd87e387b9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/krogoth' into devMikko Gronoff2017-03-214-6/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/krogoth: AM: update revision Add appman versions of Kit and Qt to creator fonts: add recipe for GNU FreeFonts Add multiscreen automotive demo neptune: update to include fix for i18ndemo fonts: update URL for lohit font Update GammaRay to the same version as used by the QtAS 1.1 host tools emulator: correctly append qtsimulator configuration Update automotive components setup-environment: don't exit the shell on error neptune-ui: add runtime dependencies update meta-qt5 (merged upstream/master) SHA1 to manifest.xml AM: Add appman tools to automotive nativesdk configure-qtcreator: suppress unnecessary error Update GammaRay to the latest 2.7 branch Conflicts: recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/qt5/qtlocation_git.bbappend scripts/manifest.xml Change-Id: I96601e7d7a1827a6631fe59d18101d2ad3b70871
| * emulator: correctly append qtsimulator configurationSamuli Piippo2017-03-073-6/+6
| | | | | | | | | | | | | | Append configuration without overriding the defaults. Change-Id: Id8ceefb1a04f0ad825349cab549ac77b68c0de94 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Update automotive componentsSamuli Piippo2017-02-281-0/+30
| | | | | | | | | | | | | | | | | | | | Use latest version of QtWayland from 5.8 branch, which is needed for qtapplicationmanager to work correctly. Change Drive CX to use basic rendering loop. Change-Id: If74255e982a676f1c556f2ef25975b675a484e05 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * AM: Add appman tools to automotive nativesdkGordan Markuš2017-02-101-0/+5
| | | | | | | | | | | | | | Task-number: QTAUTO-274 Change-Id: I467e93dc25a314cda0a4c35fe990c2b1274bc251 Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | gypsy: remove gypsy from meta-boot2qt layerMikko Gronoff2017-03-141-2/+0
| | | | | | | | | | | | | | | | gypsy is broken / blacklisted in poky 2.2. Remove gypsy from qtlocation component & remove gypsy .bbappend from recipes completely. Change-Id: I612d0b66af86fb5736bb9b15a44febcd6a719a51 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Support for NVIDIA Jetson TX1Samuli Piippo2017-02-151-0/+4
| | | | | | | | | | Change-Id: Ic84d78d201c48aff296715fa6ce0a7ea5e5921c3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: Update to Qt 5.9.0Samuli Piippo2017-02-131-1/+1
|/ | | | | | | QtQuickCompiler disabled due to QTRD-2220 Change-Id: Ifc94f1f52ae5db245d95b1cdacc0b9e37369be77 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtbase: bring back gbm PACKAGECONFIGSamuli Piippo2017-01-271-0/+3
| | | | | | | Erroneously removed in previous commit. Change-Id: I5ba6c1ca060518b90e49103ab869ce5975d15f05 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: remove all sha1 overrides from qt5 module bbappendsSamuli Piippo2017-01-2630-625/+0
| | | | | | | | From now on, use meta-qt5 as the authoritative source of Qt5 module sha1s. Remove gbm PACKAGECONFIG fix, as it's now available in meta-qt5. Change-Id: Ic501cdc8d05d2afffa25dbe9eb9e538f9ef17951 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: update submodulesv5.8.0Mikko Gronoff2017-01-193-3/+3
| | | | | Change-Id: I4d2fbbddb1177933f3212964858b0ba0eee5b644 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: update submodulesMikko Gronoff2017-01-134-4/+4
| | | | | Change-Id: I0953ad20c598a9d728b57776bc9f76f8f6384d0e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* 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-102-0/+60
| | | | | Change-Id: Iec92f6fe60fb1e2d744596414908697e3eab268f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* libgbm: make possible to use other libgbm provides than mesaSamuli Piippo2017-01-101-0/+3
| | | | | | | | | | | | | | 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>
* qtotauodate: update revisionGatis Paeglis2017-01-061-1/+1
| | | | | Change-Id: I8bf0c2d1ad38eb6056b8000e617ab1a35a8873b8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtotaupdate: add dracut dependencyGatis Paeglis2016-12-221-0/+1
| | | | | Change-Id: I57f26cd87a3e94725bb917a8935fb76c1bf90756 Reviewed-by: Samuli Piippo <samuli.piippo@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>
* qt5: update submodulesSamuli Piippo2016-12-1417-18/+18
| | | | | | | | Enable QtQuickCompiler after fixes landed in QtDeclarative and QtQuickCompiler Change-Id: I339b72fe83316499bdccaf2ae484db63d87c6ed9 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* qt5: update submodulesSamuli Piippo2016-12-0927-33/+28
| | | | | | | | | Needs updates for meta-qt5 and meta-mingw Temporarily disable QtQuickCompiler (QTRD-2219) Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: update submodules and meta-qt5Samuli Piippo2016-11-1013-13/+13
| | | | | Change-Id: I9b429b9328c99a63b703af2d48f545327b7af880 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtbase: add option to build without openglSamuli Piippo2016-11-031-1/+8
| | | | | | Change-Id: I2a04a21feb476de93d2a8d641f66cfc1d2b91ef8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io>
* qtotaupdate: use more recent source revGatis Paeglis2016-11-021-1/+1
| | | | | Change-Id: I406a2769005e2ed2757526d6e66915b79bdaa8f0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodules and meta-qt5 layerSamuli Piippo2016-10-2721-80/+22
| | | | | Change-Id: I4e67e6d0222f79c135b031f8110d565a3e4243b4 Reviewed-by: Risto Avila <risto.avila@qt.io>
* qtwayland: update to latest revisionSamuli Piippo2016-10-251-1/+1
| | | | | | | | 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>
* qt5: update to Qt 5.8Samuli Piippo2016-10-0336-270/+68
| | | | | Change-Id: If37c30437c3e8d3f5ffafb3a47851d88ec050895 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Rename b2qt-utils to qtdeviceutilitiesSamuli Piippo2016-09-221-0/+48
| | | | | | | | | 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>
* qt5: Update submodulesSamuli Piippo2016-08-2528-43/+126
| | | | | | | Also use latest meta-qt5. Change-Id: Ifd1739e58e2765296ae8cfe277624f3429fb7b68 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* ota: update recipeSamuli Piippo2016-08-241-0/+42
| | | | | | | | Use qt5-git.inc to simplify recipe, update revision and license. Change-Id: I7e31e405a980b07767917ba776036f288caccff6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* Merge remote-tracking branch 'origin/fido' into jethroSamuli Piippo2016-08-221-0/+46
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/fido: 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 Correctly use QtQuickCompiler when available Change git protocol from ssh to http Update qtdeclarative module Update boot2qt-demos version Conflicts: conf/distro/b2qt-auto.conf recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/neptune-ui/neptune.service recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/automotive/qtwebbrowser_git.bb recipes-qt/b2qt-addons/b2qt-demos.bb recipes-qt/b2qt-addons/b2qt-launcher.bb recipes-qt/b2qt-addons/democompositor_git.bb recipes-qt/images/b2qt-automotive-qt5-image.bb recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qt3d_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcanvas3d_git.bbappend recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdatavis3d_git.bb recipes-qt/qt5/qtdeclarative-render2d_git.bb recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtgraphicaleffects_git.bbappend recipes-qt/qt5/qtimageformats_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcompiler_git.bb recipes-qt/qt5/qtquickcontrols2_git.bb recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsensors_git.bbappend recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtserialport_git.bbappend recipes-qt/qt5/qtsvg_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qttranslations_git.bbappend recipes-qt/qt5/qtvirtualkeyboard_git.bb recipes-qt/qt5/qtvirtualkeyboard_git.bbappend recipes-qt/qt5/qtwayland-native_5.7-wip.bb recipes-qt/qt5/qtwayland-native_git.bbappend recipes-qt/qt5/qtwayland_5.7-wip.bb recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebchannel_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend recipes-qt/qt5/qtwebsockets_git.bbappend recipes-qt/qt5/qtxmlpatterns_git.bbappend scripts/manifest.xml Change-Id: Ibf7f89a35c9e19bd8cf81c49cb44f6fd454838b4