summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove default expansion parameter from getVarv5.12.0-rcSamuli Piippo2018-11-2125-39/+39
| | | | | | | | getVar defaults to expanding the variable, the second True parameter is unnecessary. Change-Id: Iafaf179c67ffedaba2946c078c1810a80198cf5e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* meta-qt5: update layerMikko Gronoff2018-11-201-1/+1
| | | | | | | | Pull in new proposed 5.12.0 RC Task-number: QTBUG-70847 Change-Id: I9bc83d5503320013f94bec2788a319569f8818da Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* toradex: fix problem with basehash in teziSamuli Piippo2018-11-201-1/+1
| | | | | | | | Fix "basehash value changed from ... to .... The metadata is not deterministic and this needs to be fixed." Change-Id: Ie0db660d07babde22698dc4159fcf554ef64e36b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Merge remote-tracking branch 'origin/pyro' into sumoMikko Gronoff2018-11-201-0/+3
|\ | | | | | | | | | | | | * origin/pyro: cc90fe1 Add .gitattributes Change-Id: Ida5dd7152175e4207013a9af85ecab9059fc3951
| * Add .gitattributesSamuli Piippo2018-11-191-0/+3
| | | | | | | | | | | | | | Needed for .tag to work Change-Id: I711a133a652f1fd5293dcd7c192873da985567d3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update layerMikko Gronoff2018-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull in all upstream commits & update to proposed Qt 5.12.0 RC: decb5d9 qt5: update submodules 9668567 Merge remote-tracking branch 'qtyocto/5.11' into 5.12 ff6127d Merge remote-tracking branch 'qtyocto/upstream/master' into 5.11 6b354b9 qt5: update submodules f0ca39e qt5: update submodules 4064b3b qtdeclarative: fix inconsistent QML_COMPILE_HASH value fd1f0f4 python-pyqt5: Update to 5.11.3 and add python3 recipe. 3fa1993 qtbase-native: disable postgresql support 0edbe1b qtbase: refresh patches and update tags on meta-qt5 4ed4385 qtbase: don't leak absolut path to recipe specific sysroot b3502fb qt5: Disable ltcg for host_build 5832bf2 qtbase: don't use thumb for armv[45] Task-number: QTBUG-70847 Change-Id: I2b584bce7a393537552fd0944d2bc3a1927510ee Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | boot2qt-demos: update revisionMikko Gronoff2018-11-191-1/+1
| | | | | | | | | | | | | | - exclude ebike from launcher Change-Id: I990591b3d49fe314c3e3d3493c14a2a79fedfd5f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/pyro' into sumoMikko Gronoff2018-11-192-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/pyro: 021061a Revert "qtdeclarative: fix inconsistent QML_COMPILE_HASH value" 7222b6f poky: update to latest revision (pyro) 9e428d2 qtdeclarative: fix inconsistent QML_COMPILE_HASH value 3af90cf Add .gitignore and .tag files Conflicts: scripts/manifest.xml Change-Id: Iac6334a3be51470cce119b26d9b04a6809a23463
| * Revert "qtdeclarative: fix inconsistent QML_COMPILE_HASH value"Mikko Gronoff2018-11-162-35/+0
| | | | | | | | | | | | | | | | Applied via meta-qt5 layer update in the next commit. This reverts commit 9e428d2f631f68117e5aeb915a5fe7f09d81eab8. Change-Id: I81765199803a5bc7b95b8c02a83aa42f0ce9a594 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * poky: update to latest revision (pyro)Mikko Gronoff2018-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly documentation related updates: * b0ede50 bitbake: tests/fetch: Update gnome.org urls after upstream changes * 2535349 poky.ent: Updated the release date to July 2018. * 604d82b bitbake: fetch2/__init__: Disable pseudo in runfetchcmd() * 6aefc80 bitbake: fetch2: fix import error for Python 3.6.5 * 7a9edf1 poky.ent: Updated release month variable to "June 2018" * dbf2510 documentation: Updated release date scheme to use variable. * 24344d5 documentation: Updated Manual Notes * 9b7bc41 build-appliance-image: Update to pyro head revision Task-number: QTBUG-71658 Change-Id: Ibf162e956ededabac21dbd14fe709f940d9e2ecd Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * qtdeclarative: fix inconsistent QML_COMPILE_HASH valueSamuli Piippo2018-10-312-0/+35
| | | | | | | | | | | | | | | | | | qtdeclarative and qtdeclarative-native may end up with different values for QML_COMPILE_HASH, which prevents running QML application when qtquickcompiler has been used. Change-Id: I9e3839b566996581bc40fa1472d7e7d07c82ce53 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Add .gitignore and .tag filesSamuli Piippo2018-10-232-0/+3
| | | | | | | | | | | | | | | | .tag file is used with git archive to have the sha1 included in the source package. Change-Id: I31cdd35aeb4f72f13d02e13f18abda3b311125f4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Fix missing rdependsSamuli Piippo2018-11-161-0/+31
| | | | | | | | | | | | Task-number: QTBUG-71834 Change-Id: I33b4cda8b5c37168b0468a96e30a68179bf02a94 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | sdk: include environment-setup script in mingw toolchainSamuli Piippo2018-11-161-1/+1
| | | | | | | | | | | | | | Inlude all files in the root of the toolchain. Change-Id: I261055f1d17f719e15d6708658097a5f538c0106 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qtapplicationmanager: update revisionOleksandr Kravchuk2018-11-161-1/+1
| | | | | | | | | | Change-Id: Ic98278f821178756e393c4ba4c0b04de9ffb8b55 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Tell people to run b2qt-init-build-env in a new directoryKari Oikarinen2018-11-151-1/+2
| | | | | | | | | | | | | | Running it inside the meta-boot2qt git repository may cause problems. Change-Id: Ic790968dc7ab7774e938631370fe474b36c90723 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtbase: disable lto for static libsSamuli Piippo2018-11-141-1/+4
| | | | | | | | | | | | | | | | | | | | If static libs are compiled with lto and tried to be used on a Window host, the linker will fail with error: "plugin needed to handle lto object" Fixed: QTBUG-71749 Change-Id: I8811faca15307d82173b6ee9e5ffca1114898cd9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | emulator: remove invalid vga mode from boot parametersSamuli Piippo2018-11-141-0/+7
| | | | | | | | | | | | | | | | | | | | The default wks file from poky sets vga=0x318, which is invalid for our virtual box image and causes delay on boot up. Add new wks file without the vga mode. Task-number: QTBUG-71783 Change-Id: I03fcad931562bbd7c7c75e72e179eaf0240a3527 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | boot2qt-demos: update revisionSamuli Piippo2018-11-141-1/+1
| | | | | | | | | | Change-Id: I7087dc22c3d4aaa432d76ea1b068a875cbd5d016 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | boot2qt-launcher: update revisionSamuli Piippo2018-11-141-1/+1
| | | | | | | | | | Change-Id: Id0d71a7e5e94b259b57e7f0beb2002313898e985 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | boot2qt-demos: update revisionSamuli Piippo2018-11-131-1/+1
| | | | | | | | | | Change-Id: I1df8c15148c01255732545375712b7af09aef1f1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | gammaray: add elfutils to DEPENDSOleksandr Kravchuk2018-11-131-1/+2
| | | | | | | | | | | | | | | | | | Package rdepends on libdw which is part of elfutils. Change-Id: I8e9700eb1d3ce0121b323f726ba1ed658816c423 Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Volker Krause <volker.krause@kdab.com>
* | qtdeviceutilities: update revisionv5.12.0-beta4Samuli Piippo2018-11-121-1/+1
| | | | | | | | | | Change-Id: I488a5fc07b718848e0e7e3ae0e41eb464383921d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qbsp: use correct version number for automotive qbspSamuli Piippo2018-11-081-1/+2
| | | | | | | | | | Change-Id: I7bbe8fb4771d683fb536f99fc039cb489bcaf504 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update layerSamuli Piippo2018-11-081-1/+1
| | | | | | | | | | | | | | Fix for QTBUG-71656 Change-Id: Ibabf3117537364d45e43b6de068fe5f91e9d6578 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update layerMikko Gronoff2018-11-071-1/+1
| | | | | | | | | | | | | | | | Update to new proposed Qt 5.12.0 beta4 Task-number: QTBUG-70847 Change-Id: I722dccdb24769fd99a37996519d233ef99691ba6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update layerMikko Gronoff2018-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to proposed Qt 5.12.0 beta4 & other fixes: * a668b05 - qt5: update submodules * a8179ab - qtsystems: revert revision update * 5a604b0 - qt5: update submodules * f54526a - qt5: add env variable for host bin suffix * bfddeb7 - qtwebengine: update chromium musl patchset Task-number: QTBUG-70847 Change-Id: Ie076115f2a5de8780b61f11f6dbd28ff58c737ce Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtbase: disable ltcg on windows hostSamuli Piippo2018-11-061-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | GCC7 does not support LTO with mingw, which means we cannot use the ltcg option when cross-compiling on Windows host. Update upstream patch that disables ltcg for host_builds and extend it for builds on Windows hosts. Task-number: QTBUG-71596 Fixes: QTBUG-71596 Change-Id: I8ab7ec36f964c95c2189a77bdde6e08bd2817234 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qtdeviceutilities: update latest revisionMikko Gronoff2018-11-051-1/+1
| | | | | | | | | | | | | | | | | | Pull merged fixes from 5.11 branch: * 069c88b - Fix manual proxy configuration on the C++ side * bbf0e42 - Fix the name of the proxy URL property Change-Id: Idd06b94eefc1d815dbc6af8aa925209b8dd4571d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | toradex: remove incorrect kernel config lineSamuli Piippo2018-11-051-1/+0
| | | | | | | | | | | | | | The touchscreen config is already enabled in all toradex configs. Change-Id: Idf77a1904a739f47510696689a3c8fb29914a401 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
* | sdk: fix linker flagsSamuli Piippo2018-11-011-1/+1
| | | | | | | | | | | | | | | | | | Add back the target specific compiler flags to the LFLAGS. Task-number: QTBUG-71532 Change-Id: I1011abd6f5e33f2926db50c49475b70014c55616 Fixes: QTBUG-71532 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | intel: rework initramfs supportSamuli Piippo2018-11-0111-246/+51
| | | | | | | | | | | | | | | | | | | | | | | | The WKS image creation ignored our old initramfs. Change to using an existing core-image-minimal-initramfs recipe and extend it with support for the internal MMC reader. Add separate recipe to combine the intel microcode and the new initramfs, and add wks file to use it. Remove all old recipes that are no longer used. Change-Id: I4e1f244685a7f2bd304aa23d9e07580fa9dc9652 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Add optional init parameter to use non-default manifest directoryPasi Petäjäjärvi2018-10-311-6/+22
| | | | | | | | | | Change-Id: Ica95ea5a7b8fb3fff371c161a11dd9104e56d403 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | sdk: remove unneeded compiler flagsSamuli Piippo2018-10-301-13/+8
| | | | | | | | | | | | | | | | TARGET_CFLAGS has compiler flags that are not required for the toolchain to work, but adds unnecessary complexity. Change-Id: I8532e7591a5bc85ff243b4e268ba3157b08202c8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | cmake: fix cmake configurations for QtCreatorSamuli Piippo2018-10-307-3/+123
| | | | | | | | | | | | | | | | | | | | Include cmake and make as explicitly to the toolchain. Fix nativesdk-cmake compilation for mingw toolchain. Add CMake registration code to the QBSP installer scripts. Task-number: QTBUG-71315 Change-Id: If29e12d6ce24546ba8a834969b6f60e3216e6962 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | QBSP: add Qt version to the QBSP file nameSamuli Piippo2018-10-302-4/+4
| | | | | | | | | | Change-Id: I343ac6b008044d31ea97c436d34eaed5d6f94819 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | toradex: fix problem with basehash in teziSamuli Piippo2018-10-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | The tezi image uses DATE value but does not exclude it from basehash calculation, which leads to build error: "basehash value changed from ... to .... The metadata is not deterministic and this needs to be fixed." Re-apply the fix as it's still not correctly fixed in toradex layers. Change-Id: I0e835db98e812c4af23e01215b045ba1a7298753 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | imx7s-warp: bring back kernel with display supportv5.12.0-beta3Samuli Piippo2018-10-249-0/+606
| | | | | | | | | | | | | | | | | | | | | | | | Add old kernel recipe from meta-freescale-3rdparty layer that was removed in sumo branch. It provides support for the display and the touchscreen. Fix perf build with old kernel sources and use correct appcontroller.conf after MACHINEOVERRIDES was changed in the machine config. Task-number: QTBUG-68899 Change-Id: I6d2cd70951f86a99a8878915ce1bfc598dc95ee0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qtgamepad: add QtGamePad to the imageSamuli Piippo2018-10-245-0/+92
| | | | | | | | | | | | | | | | And build qt3d with the gamepad support enabled. QtGamePad depends on libsdl2 which needs adjustment to build without x11. Change-Id: I03e42136ab4d50d66b0d95f14ad8f21922e03477 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2018-10-241-1/+1
| | | | | | | | | | | | | | | | Update to Qt 5.12.0 beta3 Task-number: QTBUG-70847 Change-Id: Iff30f2ab8c2eb3c7ade71000ab0caf474e5c7589 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Update to GammaRay 2.10 for QtAS 5.12Volker Krause2018-10-241-2/+2
| | | | | | | | | | Change-Id: I2c29de876c917c3df8f919d70656df1e4fec9e71 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | QBSP: add check for supported host systemSamuli Piippo2018-10-236-1/+65
| | | | | | | | | | | | | | | | | | | | Warn user if they try to use windows QBSP on a linux system or vice versa. Set package as Default, so they are selected automatically when using command line options, and disable components if host system is not compatible so that user cannot continue with the installation. Change-Id: I84d963b8faee00c6fbaa622cb7347606a18c7c6f Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* | qtwebengine: remove LTCG overrideSamuli Piippo2018-10-231-31/+0
| | | | | | | | | | | | | | LTCG is already disabled in QtWebEngine code, no need to override here. Change-Id: I85d2985672e9a1d73a3cccc55293f3a8ded68d6d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update layerMikko Gronoff2018-10-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pull in latest upstream/master content via 5.11 -> 5.12 merge * Update Qt 5.12.0 submodules to latest revisions, including fix for unstable qtwebengine build (QTBUG-70914) * Nativesdk packagegroup updated accordingly after default packages change in upstream/master commit: "3224b02 nativesdk-qtbase: use default PACKAGES" pulled in by merge commit 21f10e4 below. Updates: aecbcd8 qt5: update submodules 21f10e4 Merge remote-tracking branch 'qtyocto/5.11' into 5.12 Task-number: QTBUG-70847 Change-Id: I50cd486687a0fa8bb63d6960895ba7e6fc4fe3b3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | poky, openembedded: update meta layersMikko Gronoff2018-10-191-2/+2
| | | | | | | | | | | | | | | | | | Update poky & meta-openembedded layers to latest revisions in sumo branches. Task-number: QTBUG-70847 Change-Id: I0f525118fa9cb35668196045348489a114a00692 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | renesas: add workaround for qtwebengineSamuli Piippo2018-10-182-0/+60
| | | | | | | | | | | | | | | | | | QtWebEngine on Renesas boards is unable to find address for the eglGetProcAddress symbol at runtime, instead do it already at link time. Task-number: QTBUG-71152 Change-Id: I41f831af431933eff7781d42d73ab72c68f38471 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update layerv5.12.0-beta2Mikko Gronoff2018-10-161-1/+1
| | | | | | | | | | | | | | | | Update to Qt 5.12.0 beta2 Task-number: QTBUG-70847 Change-Id: I101f8c8d403316f0e08f713af5a629a473edf361 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | jetson-tx1: use basic render roopSamuli Piippo2018-10-161-0/+8
| | | | | | | | | | | | | | | | | | QtWayland compositor requires QSG_RENDER_LOOP=basic to be used on jetson-tx1, same as on jetson-tx2. Task-number: AUTOSUITE-540 Change-Id: I2a20e33bcbd70aaa005fc6c49ff093d2d05316c2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | renesas: revert to working libgbmSamuli Piippo2018-10-151-0/+5
| | | | | | | | | | | | | | | | | | The revision of libgbm used in sumo-Yocto-v3.9.0 does not work (egl surface creation fails). Change the revision to the one used in Renesas-Yocto-v3.9.0. Change-Id: I7f076a5237262569071e6639422c8780ac92a4ae Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qtbase: update .bbappendMikko Gronoff2018-10-151-1/+0
| | | | | | | | | | | | | | | | freetype added as default in meta-qt5 commit: 333949a8239dfa7788b35f1059614733e11a6a25 Upgrade to Qt 5.8 Change-Id: Ie9da6a119bf44cc5f9fc9582970920943b633147 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>