summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* Update Automotive SHAsJukka Jokiniva2019-02-071-2/+2
| | | | | Change-Id: Ib659d8e6fd1746b4f578b12cf4cd8eab5b8f217b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* automotive: update revisionsv5.12.0_QtASSamuli Piippo2018-12-211-1/+1
| | | | | Change-Id: I7018446af539fea2699617382bf7fdc3727a79dc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update revisionsSamuli Piippo2018-12-191-1/+1
| | | | | | | ... and fix neptune license checksum. Change-Id: Idae89099ad310321b5127fd6b5f64a276217cb44 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* automotive: update module revisionsSamuli Piippo2018-12-111-1/+1
| | | | | Change-Id: Ife07f39c2809ac984e89aeb38919129d7fa6447f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtivi: remove dependency to libxcryptSamuli Piippo2018-10-021-2/+2
| | | | | | | | | QtIVI is not really dependent on libxcrypt, files in the python virtualenv just confuse the package QA. Disable build-deps checks to remove false warnings. Change-Id: I5737a540839f286f83c5b817220947687eb06023 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update revisionsSamuli Piippo2018-10-011-5/+5
| | | | | | | | | Use latest revisions for the automotive modules. Fix qtivi build error: nativesdk-qtivi-tools requires /usr/local/bin/python, but no providers found in RDEPENDS_nativesdk-qtivi-tools? Change-Id: I853b442ab9789807cb874b92738ec1175d3f6cb5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Merge remote-tracking branch 'origin/pyro' into sumoSamuli Piippo2018-09-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/pyro: (29 commits) meta-qt5: update layer qt5: Enable Link Time Optimization toradex: add Qt marketing slides toradex: add support for colibri-imx6ull rpi: include mcp2515 overlay for CAN support qtdeviceutilities: update to latest version boot2qt-demos: update revision boot2qt-addons: update components meta-qt5: update layer boot2qt-launcher: update to latest version qtdeviceutilities: update to latest version Do not use Link Time Optimization boot2qt-demo: update demo videos qtquicktimeline: fetch from public repository boot2qt-demos: no need to patch demos anymore Don't use git folder to check if we are using SDK sources toradex: include easy installer file in the release 7z toradex: Add Boot2Qt material to the Tezi image meta-qt5: update layer qt5: update submodules ... Change-Id: I23e9b0a018328d7be1441616c07c526e2db61be2
| * automotive: update submodulesSamuli Piippo2018-08-151-1/+1
| | | | | | | | | | | | | | Add the updated commercial license to qmllive Change-Id: Iaeb07e22e1334e05e3f16e14f6f118af80ba77ff Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Update Qt license agreementSamuli Piippo2018-08-141-1/+1
| | | | | | | | | | | | | | | | | | Include the latest Qt License Agreement version 4.0, as it's available in qtbase. Use the same filename as used in meta-qt5 layer, so this license will be used in all Qt recipes that use The-Qt-Company-Commercial license. Change-Id: Ic02eb2c6c6d210ad30ee6a65d23afaa5b8b68589 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | automotive: update revisionsSamuli Piippo2018-08-221-1/+2
|/ | | | | | | Latest revision mostly from dev branches. Change-Id: I99526e140ff88c956df869b55b216b1e729c6782 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update revisionsSamuli Piippo2018-06-141-1/+1
| | | | | Change-Id: Id367e0949813fee6d1f68a2ff5acbef145a7c412 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update revisionsSamuli Piippo2018-06-081-1/+1
| | | | | | | latest revision for qmllive (from 5.11 branch), appman and qtivi. Change-Id: I7860e8cd75afae5c320e02b3c9a623bde9dcdc44 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update module revisionsSamuli Piippo2018-06-041-1/+1
| | | | | | | | Latest revisions for neptune3-ui, appman and qtivi. Change-Id: I2ad1ce9f552555ae950e1e2a54fd592e20af7126 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* Update all automotive componentsSamuli Piippo2018-04-171-4/+6
| | | | | | | | | | | | 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>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+110
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>