summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-qt
Commit message (Collapse)AuthorAgeFilesLines
* Copy shared settings file to each demo needing themv5.11.0Sami Nurmenniemi2018-05-211-4/+3
| | | | | | | | Relative paths are not compatible between boot2qt launcher and QtCreator examples. Change-Id: Icc4df0c69634b5d293d0213e08c0b2cdbecd6660 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* boot2qt-demos & boot2qt-launcher: update recipesMikko Gronoff2018-05-212-42/+20
| | | | | | | | | | | | Some old demos were removed from basicsuite, some were updated and some new ones were added. Update recipe accordingly. Task-number: QTBUG-62792 Task-number: QTBUG-62793 Task-number: QTBUG-62791 Task-number: QTBUG-62790 Change-Id: Ib1b84cf11709bb756f410615cca045c082a78586 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* appcontroller: Use proper directory for XDG_RUNTIME_DIRSamuli Piippo2018-05-179-10/+12
| | | | | | | | | | | XDG_RUNTIME_DIR must be owned by the user, and Qt automatically changes the access rights if the directory has something else. Enable systemd's loginctl enable-linger for the default user 'root' so that /run/user/0 is always available. Task-number: QTBUG-68152 Change-Id: Ic45649210ddca54daddeb8dac44b41ec37e6a172 Reviewed-by: Karim Pinter <karim.pinter@qt.io>
* Neptune 3 UI: add startup timer environment variableBramastyo Harimukti Santoso2018-05-161-0/+1
| | | | | Change-Id: Ib9b2603add590ad84f1c9d5f8b198dffa1ab7202 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Neptune 3 UI: recipe update to use latest changesBramastyo Harimukti Santoso2018-05-151-1/+1
| | | | | Change-Id: Id54c964c79138e0a4e6f3463ce774d28227c703d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* neptune3: update revision and startup commandv5.11.0-rcSamuli Piippo2018-05-072-2/+4
| | | | | | | | | Update to latest revision and launch neptune3-ui application binary directly instead of appman. Task-number: AUTOSUITE-410 Change-Id: Iad795b0bcc15339869933bb6443b4682d48c6f48 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* qtdeviceutilities: update moduleMikko Gronoff2018-04-301-1/+1
| | | | | | | | | Add support for wi-fi networks with hidden SSID Task-number: QTBUG-62661 Change-Id: I04b55ff2dfaac3b1dd2e68f52f26c2c86222bb5a Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Update all automotive componentsSamuli Piippo2018-04-178-116/+49
| | | | | | | | | | | | 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>
* qtdeviceutilities: update moduleMikko Gronoff2018-03-291-1/+1
| | | | | | Task-number: QTBUG-66280 Change-Id: Ib793fb1a5200343a4fe0571bcca2dc27f92cc4de Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Add QMLPreview and QtQuickTimeline modulesSamuli Piippo2018-03-222-0/+88
| | | | | | | | | | | | | 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>
* Rename recipesSamuli Piippo2018-03-1229-7/+3
| | | | | | | | 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-1246-0/+1665
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>