aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: PyPFD2Joni Jantti2018-08-093-0/+8
| | | | | | | | | Required for QSR documentation. Task-number: QTQAINFRA-2103 Change-Id: I4da98460fb5d5ad26f9e1e16c503a0d94be047a6 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Win10_x64: Remove MS Zune Appx packagesJoni Jantti2018-08-091-0/+2
| | | | | | | | | | Windows 10 has these Zune Audio and Zune Video packages installed that often open up automatically when accessing the VMs through VNC for example. Removing the packages gets rid of this annoyance. Task-number: QTQAINFRA-2121 Change-Id: I09aa276fcb06ad84321709e64bcfd71fbd33c657 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: OpenSUSE_42.3: Set GRUB_TIMEOUT to 0Joni Jantti2018-08-091-0/+3
| | | | | | | | | Setting the grub timeout to 0 will save us some time during the bootup phases. Task-number: QTQAINFRA-1703 Change-Id: I6dc6fbac0cfe54608068531eba4808cf87cf435c Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Update submodules on 'dev' in qt5Liang Qi2018-08-0913-0/+0
| | | | | | | Exclude qtbase in this round. Change-Id: Id70accc133763b3570c19630e7161215f326fd84 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Add soft qtdoc => qtquickcontrols 1/2 dependencySimon Hausmann2018-08-081-1/+1
| | | | | | | | | | | The photoviewer demo imports QtQuick Controls 1 and the coffee demo imports Qt Quick Controls 2. This is a run-time dependency for dynamic builds, but for static builds it becomes a build time dependency. Change-Id: Ie8d7dcf85c2dfe93033fa9254ee350fb654475c3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* add soft dep qtdoc => qtmultimediaOswald Buddenhagen2018-08-081-0/+1
| | | | | | | | | | at least the maroon demo will use the multimedia module if available. Task-number: QTBUG-69823 Change-Id: I7e0f7103aaf1a33a755b9a362274273a9b997f37 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Alexander Shevchenko <sav_ix@ukr.net>
* Update provisioned boot2qt version from 2.3.1 to 2.3.4Ryan Chu2018-08-081-6/+6
| | | | | | | | | | | Docker-based test server needs mdns to resolve .local while testing qt network stack in CI. Otherwise the tests would not see announced services. Relates to yocto/meta-boot2qt 2f17ab34687ef100c4390057dd220ab431ec8ff8 Change-Id: I5313fc34634211ae6950769518c68c2b11d77eb3 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-08-088-0/+0
| | | | | Change-Id: I0dec993ba45ada4bf0d5e8f95d511f85b3c8246b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-069-16/+98
|\ | | | | | | | | | | | | Conflicts: coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/02-apt.sh Change-Id: If414fac20cc1cddd155a9f9c8048d0ad76ac54ef
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-08-052-0/+0
| | | | | | | | | | Change-Id: Ibe011d723e946afb21d6631ba0b6c9ef25aa9e43 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Remove outdated archive names from READMEKai Koehne2018-08-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | There are no distinct commercial and opensource source archives anymore. Some people do also build from git, so adding the archive name here is just misleading. Given that users read the README, they arguably should know already where the sources are ... Change-Id: I42aac84cd0c904b7b6f2dbb19cacf8b3021f6b21 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Provisioning: Update MQTT test brokerMaurice Kalinowski2018-08-042-4/+4
| | | | | | | | | | | | | | Updates required for latest MQTT5 features and fixes. Change-Id: I63e967efafbe1b22800e338b6c431febe3389a45 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * Provisioning: MQTT: Switch download orderMaurice Kalinowski2018-08-041-2/+2
| | | | | | | | | | | | | | We should try the internal ones first. Change-Id: Id0bb3c00e0a1359004f66435a452c30ee4997689 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-08-048-0/+0
| | | | | | | | | | Change-Id: Ic787c30a4a0654d4f0cd8fd484ff9ce0247e0030 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Remove broken qtquick1 submoduleFredrik Orderud2018-08-022-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This submodule have not been maintained in several years. Building currently fails due to qtquick1 not being in sync with interface changes in qtbase. I think it's therefore better to just remove the submodule altogether. That way we stop causing problems for external developers wanting to build Qt from source. Task-number: QTBUG-69725 Change-Id: I905888d99f510be12c484f7da52986c9b1e9478f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-08-024-0/+0
| | | | | | | | | | Change-Id: I43f504b9f30ce021fc38f7115cbc7d61d9b9d790 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Use local Ubuntu repositories with Ubuntu 16.04Tony Sarajärvi2018-08-011-0/+7
| | | | | | | | | | | | | | | | Using cached local repositories saves us outgoing bandwidth. This way we also get version pinned packages. Change-Id: I475c62c3e408d71e85f24d74dd384c62de583403 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-08-0110-0/+0
| | | | | | | | | | Change-Id: I3989272610c8c491f9c3a989e79cae36ad036d88 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Remove packagekit (update notifications) from RHEL 7.4Frederik Gladhorn2018-07-311-0/+3
| | | | | | | | | | | | | | | | | | | | PackageKit and gnome-software run in the background and at some point will show popups to ask the user to update. Change-Id: I99a3314c8788c7cc06e479718306a822bf255fbd Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io> Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-3142-0/+0
| | | | | | | | | | Change-Id: Ie6ec2358ba3df679b0d7bc30f9c17935fc19993b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-307-0/+0
| | | | | | | | | | Change-Id: I620723f0983da8a0bf8e19348a6a0be2d02c1341 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-264-0/+0
| | | | | | | | | | Change-Id: I7ad748481565042891e28dc17385e8229ea18c73 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-256-0/+0
| | | | | | | | | | Change-Id: I77c1b4607fc857de5c9ee9abfa8e81f4bc8f0e0a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-245-0/+0
| | | | | | | | | | Change-Id: Ie65a8302aa83a5c7c83c5c4ca2debcb9fe116e3c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-232-0/+0
| | | | | | | | | | Change-Id: I681548a12fec32f415694bc6a397a202c876e8e8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-214-0/+0
| | | | | | | | | | Change-Id: I1532481ce8b85e25058b580308c44f531141f1a3 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-208-0/+0
| | | | | | | | | | Change-Id: I27d4627770309abe7a9393e411c82e7ea414b766 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Move _clang-format from qtrepotoolsFrederik Gladhorn2018-07-191-0/+80
| | | | | | | | | | | | | | | | Change-Id: I9ccacaf6ed09bbc0ee3f55bf6f97d96976341d14 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| * Update submodules on '5.11' in qt5Qt Submodule Update Bot2018-07-1817-0/+0
| | | | | | | | | | Change-Id: Iac05412210fa6030234b450d87d5b15543fdbbb5 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * init-repo: Allow sub-module checkout path to differ from config nameAndy Shaw2018-07-101-1/+2
| | | | | | | | | | | | Change-Id: I622a8ed5daee59a96f4c6c28cc8c5e4d20b88f58 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-08-062-0/+0
| | | | | | | | | | Change-Id: Ibe8b3b0b97289dff2dd8b91a25028e0aa53875ac Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-08-057-0/+0
| | | | | | | | | | Change-Id: I890f8b105ff51503737f757cf4d681d5029b22a1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Upgrade Android NDK to r16b and switch to clangJoni Jantti2018-08-046-13/+13
| | | | | | | | | | | | | | | | | | We need to upgrade the Android NDK version when we switch to building with clang. Task-number: QTQAINFRA-1681 Change-Id: Ic43b28ead393ec5828b099727182df5f4424f419 Reviewed-by: Liang Qi <liang.qi@qt.io>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-08-0340-0/+0
| | | | | | | | | | Change-Id: Ib23bce6910ad849e3dc3d70cbc2fd042071c5c6c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Only update qtserialportTony Sarajärvi2018-08-021-0/+0
| | | | | | | | | | | | | | | | For a fix on Android. Task-number: QTBUG-69727 Change-Id: Ie7d000dece247678e80c7d7db08c0ac3763bc8a3 Reviewed-by: Liang Qi <liang.qi@qt.io>
* | Fix dependencies of the qtdoc moduleSimon Hausmann2018-07-311-1/+1
| | | | | | | | | | | | | | | | | | After commit 01d2f35b6988edacc741b358703d16d4cd8c199a in qtbase, the existing CONFIG+=lrelease in examples/demos/photoviewer/photoviewer.pro now calls lrelease and thus requires qttools. Change-Id: I7cabc70fc6316a49793d7e91a493d8a5e5028295 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* | Download and cache needed python wheels during provisioningDominik Holland2018-07-316-4/+51
| | | | | | | | | | | | | | | | | | Instead of downloading the packages during the compile/configure step setup a wheel cache folder during the provisioning phase Task-number: AUTOSUITE-195 Change-Id: I465f1be7cdd351e7680dcd8ae22d5e97ddf8cb2d Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-266-0/+0
| | | | | | | | | | Change-Id: Ic321b9e43d8e744049142b01d40728460f5722f1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-259-0/+0
| | | | | | | | | | Change-Id: I0b014bee5ef1621a1dc3c02571ba0aff52d8cf2d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-245-0/+0
| | | | | | | | | | Change-Id: Ie9f30b588c9f959f049f1f3b0830ac2894f284ab Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Provisioning: Update cmake to 3.11.3 on macosSimo Fält2018-07-231-5/+5
| | | | | | | | | | | | | | | | | | | | It seems that cmake 3.6 had issues with more recent XCode. Since XCode 8 the sysroot folder might have been unversioned (MacOSX10.12.sdk -> MacOSX.sdk). In that case older cmake can't detect correct SDK version. This is causing issues when building Pyside2. Change-Id: I09f0ed4fe6d15ba3d60aa3a6e9a9b3b9091996c8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-232-0/+0
| | | | | | | | | | Change-Id: Icd056ebc3efef5427b9bfd7ad8fc568855155ad0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-226-0/+0
| | | | | | | | | | Change-Id: Ic9ee5417a89c9a83e6b65d2b33c3fea37dfc9245 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-213-0/+0
| | | | | | | | | | Change-Id: Ib375f5182203ae1217586bd95bb3a6e0c47429bb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-205-0/+0
| | | | | | | | | | Change-Id: I46590a04c487498f6118cf17bd06114680e4493c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-1919-0/+0
| | | | | | | | | | Change-Id: Idccb3051f2d430ff7b353bc1c8aee341d1314d84 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | Open62541 win32: Add python to dev environmentMaurice Kalinowski2018-07-181-0/+1
| | | | | | | | | | | | | | | | | | The autodetection of cmake used a different python for x86 builds of msvc. Those did not have six installed. Instead, use one python for all build variants to stay consistent. Change-Id: Id1ad2bc320e47a68358364ff94d78993ba0b0848 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-07-1825-0/+0
| | | | | | | | | | Change-Id: I93cf04ca1ecec20b61cac9275b719ebd3e76c227 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into ↵Simon Hausmann2018-07-121-3/+3
|\ \ | | | | | | | | | refs/staging/dev
| * | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-101-3/+3
| |\| | | | | | | | | | Change-Id: I1af773187b7dd55bf820ce7d3218a9f3121c198a