summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meta-qt5: update meta layerv5.11.0-beta4Mikko Gronoff2018-04-181-1/+1
| | | | | | | | Update to Qt 5.11.0 Beta4 RC Task-number: QTBUG-67589 Change-Id: I5c8a34bcc68dddf836094ba31864d3d82badbfbe Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update all automotive componentsSamuli Piippo2018-04-1710-119/+53
| | | | | | | | | | | | Latest revisions from 5.11 branch for all automotive components and changing the recipe to for neptune3, which replaces both neptune-ui and multiscreen-demo. Neptune3 uses git-lfs, which needs to be enabled in the host system. Task-number: QTAUTO-928 Change-Id: I8494f31267f5362655493155929264698a96d7b5 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* tegra: include tegra flasher utils into release imageSamuli Piippo2018-04-172-1/+23
| | | | | | | | | | | | | | Since the sd card image won't bootup on a device which has been flashed with different version of L4T, include flasher utils that can be used to flash the image into the device as well. The new prepare-image.sh script will use the SD card image to create an image that can be flashed into the device. This saves user from downloading matching image from NVIDIA or bitbaking a flashable image. Change-Id: I28cdcd10a531eaf9fd511565e2542bd0d81541b6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* tegra: update to L4T 28.2Samuli Piippo2018-04-174-1/+23
| | | | | | Task-number: QTBUG-67257 Change-Id: I1c47ac72d4c4105e11d81b96f987f59bd07b7e10 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* meta-qt5: update meta layerv5.11.0-beta3Mikko Gronoff2018-04-091-1/+1
| | | | | | | | | | | | Update submodules to 5.11.0 Beta3 RC. Amends previous meta-qt5 layer update. Due some technical issues the Qt 5.11.0 Beta3 RC content was rebuilt with more recent content, thus the submodules were updated. Task-number: QTBUG-66307 Change-Id: If5999b288c9488d56d745452f2cf63163cfe9b87 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-boot2qt-distro: correct docZhang Xingtao2018-04-061-1/+1
| | | | | Change-Id: Ie41be11998c42f40a70b74bdc64ebda5b71cbfb9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* meta-qt5: update meta layerMikko Gronoff2018-04-031-1/+1
| | | | | | | | | - Includes merge from upstream/master - Updates Qt submodules to 5.11.0 Beta3 Task-number: QTBUG-66307 Change-Id: Ia0408adf6b8daac0e7c549519092630ba31badd4 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* qtdeviceutilities: update moduleMikko Gronoff2018-03-291-1/+1
| | | | | | Task-number: QTBUG-66280 Change-Id: Ib793fb1a5200343a4fe0571bcca2dc27f92cc4de Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Add support for iMX8Samuli Piippo2018-03-237-2/+203
| | | | | | | | | | | | Provides support for Toradex Apalis iMX8 and NXP i.MX 8QMax LPDDR4 validation board. Use Beta2 release from meta-fsl-bsp-release Task-number: QTBUG-64714 Change-Id: I0d1edec66f7d64aaeda823c4d6bd675209ae787c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
* Add QMLPreview and QtQuickTimeline modulesSamuli Piippo2018-03-225-1/+97
| | | | | | | | | | | | | The Timeline and the QML live preview are introduced as part of the Qt Quick Designer NG project/initiative. Since the sources are not available publicly, modules are included in the image only when building internally in Qt Company network, where it's assumed that user has access to the private repos in codereview. Task-number: QTBUG-67140 Change-Id: I822d527ff132e89a8c3205e267a88c60c50fb387 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* boot2qt-demos: update all modules to latest in 5.11 branchMikko Gronoff2018-03-221-13/+13
| | | | | | | | | | Includes a few typo fixes & other minor things. The current SHA1s are from 5.6/5.7 era, refreshing these as a generic cleanup of recipes. Task-number: QTBUG-67205 Change-Id: I2f3938526dec1922ee6fc4a43817ce8b77df0331 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtwebbrowser: update revisionSamuli Piippo2018-03-201-2/+2
| | | | | | Task-number: QTBUG-66736 Change-Id: I7d711803f1958df1be3b68ec4258bb197544dfff Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* meta-qt5: update meta layerMikko Gronoff2018-03-131-1/+1
| | | | | | | | Update Qt submodules to 5.11.0 Beta2 Task-number: QTBUG-66307 Change-Id: I44d8d8ec75ce8fe05db70cc4ba8e70b2acdeb748 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Rename recipesSamuli Piippo2018-03-1240-14/+10
| | | | | | | | Add _git postfix to recipes which use sources from git and rename recipes to match their git repositories Change-Id: Idc67d136f280c7d224d586f79c5e7ce6f7e20fa2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-12258-20/+70
| | | | | | | | | | | Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
* Merge "Merge remote-tracking branch 'origin/morty' into pyro" into ↵Mikko Gronoff2018-03-0927-183/+295
|\ | | | | | | refs/staging/pyro
| * Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2018-03-0827-183/+295
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not entirely a normal kind of merge. In previous merge from origin/morty into pyro several automotive suite specific commits were left out from the merge due conflicts in automotive component recipes between used platforms (morty 5.9 vs. pyro 5.10). The commits previously left out fo the merge are now included in this merge by a direct copy of origin/morty branch's recipes-qt/automotive folder into pyro. An exception is a single commit in pyro (8513b63 - neptune-ui: bump srcrev, install fonts system-wide) that's left in place and merged with origin/morty content. Also, the toolchain changes under packagegroups folder for automotive are applied, thus making the following included commits list: origin/morty: qtdeviceutilities: update to latest version meta-qt5: update meta layer meta-qt5: update meta layer neptune-ui: fetch sources from code.qt.io instead of github automotive: update neptune-ui automotive: update qtapplicationmanager automotive: update components intel: update mesa to 17.0.2 automotive: update qtapplicationmanager automotive: update qtivi & qtapplicatiomanager Update GammaRay to the 2.9.0 release automotive: update qtivi automotive: update revisions automotive: update revisions automotive: update revisions automotive: update revisions Neptune-UI: Update to use the latest Neptune-UI qtivi: Fix the broken python3 binary inside an yocto SDK Update GammaRay qtquickcontrols2: Fix background regression kontron: update SMARC-sAMX6i BSP to r03.00 origin/morty (previously left out): Fix license checksum due to incremented year number Update GammaRay revision multiscreen-demo: update revision and fix startup automotive: update revisions sdk: add qtapplicationmanger staticdev package qtivi: enable ivigenerator for toolchain appman: add dependency to nativesdk-qtdeclarative qtivi: Update to the latest version and add PACKAGECONFIG options for qtsimulator Conflicts: recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/multiscreen-demo_git.bb recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/b2qt-addons/b2qt-demos.bb recipes-qt/qt5/qtdeviceutilities.bb recipes-qt/qt5/qtsystems_git.bbappend scripts/manifest.xml Change-Id: I95ee06882d88e0dc91be1b9a769e4d88e0b11591
| | * qtdeviceutilities: update to latest versionMikko Gronoff2018-03-061-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Update recipe to use code.qt.io mirror - Fixes: QTBUG-66280 & minor UI bugs Change-Id: I8328fa693c58630b289bb4582d05ce41c48139d0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * meta-qt5: update meta layerMikko Gronoff2018-03-0612-105/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update submodules to first 5.9.5 branch snapshot - mysql_config path fix - Update Qt SRC_URI from github.com to code.qt.io Adjust meta-boot2qt recipes accordingly due Qt source mirror change. Task-number: QTBUG-66252 Change-Id: Ide5542c7d3439fc4ce72e053bbbb63b1a36d7365 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * meta-qt5: update meta layerMikko Gronoff2018-03-022-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Pull in latest upstream/rocko commits. - Keep older qtsystems with old license files due emulator dependency Change-Id: I5c9c7cce77e1f308bd360dbe7b0b756a6e4e3203 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * neptune-ui: fetch sources from code.qt.io instead of githubv2.0_QtASMikko Gronoff2018-02-271-2/+1
| | | | | | | | | | | | | | | | | | | | | Workaround for github fetch/update issues Change-Id: Ibd07080e5799d1fe8963ea2c681c186d98ddfd88 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update neptune-uiMikko Gronoff2018-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes QTAUTO-807 Task-number: QTBUG-66224 Change-Id: If77aeaf699bd808bdfe4cd29e74a81c4f105c193 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update qtapplicationmanagerMikko Gronoff2018-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes QTAUTO-790 Task-number: QTBUG-66224 Change-Id: I604b74bd25eed978fb564138a65c14821bb19357 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update componentsMikko Gronoff2018-02-223-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: neptune-ui: workaround for AUTOSUITE-189 qtivi: QTAUTO-806 qtapplicationmanager: QTAUTO-799, QTAUTO-785 Task-number: QTBUG-66224 Change-Id: I4e459ef361baaedfffa9e37103eaa136d0c4cd34 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * intel: update mesa to 17.0.2Samuli Piippo2018-02-214-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use recipes from pyro branch to update mesa to 17.0.2, which has support for the Intel NUCs with Kaby Lake. Task-number: QTAUTO-798 Change-Id: Ia2402c9acc57f1286b85d4e8eb53b17de7222d01 Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * automotive: update qtapplicationmanagerMikko Gronoff2018-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: QTAUTO-515 QTAUTO-786 Task-number: QTBUG-66224 Change-Id: I56f2144ff1c6e9c83fe94bd1faabdae73434082f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update qtivi & qtapplicatiomanagerMikko Gronoff2018-02-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Sync with latest host version Task-number: QTBUG-66224 Change-Id: Id0a93e71c20b0fa97a92cb54af1deec9003d059c Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
| | * Update GammaRay to the 2.9.0 releaseVolker Krause2018-02-151-1/+1
| | | | | | | | | | | | | | | Change-Id: Id709058c3bceb1ce2ab2fa2f5091e6e915ed0029 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * automotive: update qtiviMikko Gronoff2018-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Sync with latest host version Task-number: QTBUG-66224 Change-Id: I91cee1be0e585c01de26c11ff07c2eff4700cd6c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update revisionsMikko Gronoff2018-02-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Sync embedded component SHA1s to match with host versions Task-number: QTBUG-66224 Change-Id: I9b413aa145f68afab1a2dad9a655a78839bc784b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update revisionsMikko Gronoff2018-02-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Sync embedded component SHA1s to match with host versions Task-number: QTBUG-66224 Change-Id: I0eb1cc4eae25d25def7498e5e553f3d882d7df03 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update revisionsMikko Gronoff2018-02-064-5/+5
| | | | | | | | | | | | | | | | | | | | | Sync embedded component SHA1s to match with host versions Change-Id: I2834366e0a15d55c40ec7d6520961e51d99bad37 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * automotive: update revisionsMikko Gronoff2018-02-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Sync embedded component SHA1s to match with host versions of qtivi & qtapplicationmanager. Change-Id: Ic5895cec20b374011fd8b79f724003fe96c02aeb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * Neptune-UI: Update to use the latest Neptune-UIBramastyo Harimukti2018-02-051-1/+2
| | | | | | | | | | | | | | | Change-Id: Idd7948ffc61ca0a52ceb25f6bf04792780e205a7 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| | * qtivi: Fix the broken python3 binary inside an yocto SDKDominik Holland2018-02-052-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QtIvi creates a virtualenv using the python3 binary from the native sysroot. This virtualenv is also used for the SDK. As it is not intended for the SDK it is using the wrong interpreter location. This workaround installs the python3 binary into the nativesdk sysroot where the qtivi nativesdk recipe can pick it up and copy it into its virtualenv. This needs to be improved in future versions and is discussed here: AUTOSUITE-176 Task-number: AUTOSUITE-179 Change-Id: Ib134231204cc8c6a56f2a93bedb553ecbcbd9123 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Tobias Olausson <tobias.olausson@pelagicore.com>
| | * Update GammaRayVolker Krause2018-01-311-1/+1
| | | | | | | | | | | | | | | Change-Id: I30c38c3ba14398b7ae30183cb9718737fed388d6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * qtquickcontrols2: Fix background regressionSamuli Piippo2018-01-312-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | Cherry-pick change from 5.9 branch that missed v5.9.4 release. Task-number: AUTOSUITE-189 Change-Id: I21184bb76098b8603a7cd7bf9d7336103dbe1332 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * kontron: update SMARC-sAMX6i BSP to r03.00Samuli Piippo2018-01-3110-157/+101
| | | | | | | | | | | | | | | Change-Id: Ia33509ecbbc9394b7cbdcd548abb0f6f28cf3c73 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* | | qdbd: Update to 1.1.0Kari Oikarinen2018-03-091-2/+2
|/ / | | | | | | | | | | Change-Id: Ia9e15e2e87ab2a766ddf68dbd77c8dc8c1757fcc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Include qtwebglplugin to the imageSamuli Piippo2018-03-062-1/+2
| | | | | | | | | | | | | | | | Allows stream applications to browsers over the network Task-number: QTBUG-66817 Change-Id: I987adae255dafbf6b6b746117e20024988dd86b2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Add procps package to imageSamuli Piippo2018-03-061-0/+1
| | | | | | | | | | | | | | | | | | procps provides full 'ps' binary required to run valgrind from QtCreator Task-number: QTBUG-61450 Task-number: QTCREATORBUG-19982 Change-Id: I7755850d3e781351b464ebe1a9897729f087fffd Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2018-03-0510-29/+26
| | | | | | | | | | | | | | | | | | - Update SRC_URI for Qt modules from github to code.qt.io - Update QT submodules to 5.11.0 Beta1 Task-number: QTBUG-66307 Change-Id: Ia5670787568e7f1e247b939c8c3c992702db8217 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | scripts: remove obsolete setups for meta-qt5Samuli Piippo2018-03-022-8/+0
| | | | | | | | | | | | | | meta-qt5 layer setup no longer needs there extra steps. Change-Id: I23dae008104033d32afab81eca0390e70a276cc2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Remove ifupdown recipesSamuli Piippo2018-03-026-173/+0
| | | | | | | | | | | | | | ifupdown is no longer used in the images. Change-Id: I6a5abee6735fb10d6344d16af11a819bbaa5ff62 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Disable sandbox when running qtwebengineSamuli Piippo2018-03-018-0/+8
| | | | | | | | | | | | | | | | | | | | Running WebEngine as root without --no-sandbox is not supported, disable sandbox in appcontroller conf so it affects all apps. Task-number: QTBUG-66641 Change-Id: Icdef6f7eb66fa53060973c32cf74a7a254cc3449 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2018-02-261-1/+1
| | | | | | | | | | | | | | Include merge from meta-qt5 5.10 -> 5.11 Change-Id: Ic2c9789b66796b1037b9bdd7f6c709f63d3f6922 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtdeclarative: fix PACKAGECONFIGSamuli Piippo2018-02-231-2/+0
| | | | | | | | | | | | | | | | | | qml-debug is already set in the upstream recipe with ??= which cannot be appended with +=, so essentially we removed xmlpatterns from there. Task-number: QTBUG-66576 Change-Id: I85dc2b9fbcec491d02c82e68d02e59aefeb1c241 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Add valgrindKari Oikarinen2018-02-231-0/+1
| | | | | | | | | | | | | | Task-number: QTBUG-61450 Change-Id: If1c8b11ecdb1902b8a77339d82d5a408dd2a00a7 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | perf: enable unwind supportSamuli Piippo2018-02-221-3/+2
| | | | | | | | | | | | | | | | | | Upstream recipe has been changed to use PACKAGECONFIGs Task-number: QTBUG-66575 Change-Id: I446737d9beb779ce76ebb66fc3e7a109e734aae2 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* | meta-qt5: update to 5.11.0 AlphaSamuli Piippo2018-02-201-1/+1
| | | | | | | | | | Change-Id: I4cf09f3b74b18d278c4830e28ec5e4e3a7202520 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>