summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5-addons/qtglesstream.bb
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-boot2qt layerSamuli Piippo2018-03-121-63/+0
| | | | | | | | | | | 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>
* emulator: update recipes & configs for emulator3Mikko Gronoff2017-10-301-1/+1
| | | | | | | | | | | | | | * Remove emulator helperlib recipes as those are now included in qtsimulator * Move emulator proxy daemon launcher scripts under qtsimulator recipe * Update qtsimulator, qtsystems & qtglesstream to match with emulator3 * Remove qtsimulator dependencies from qtsensors and qtlocation as the the modules do not build against more recent refactored qtsimulator. Task-number: QTBUG-64006 Change-Id: Ib2374e702f2862b168ac2f1f2d6190f84823137c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update meta-qt5Mikko Gronoff2017-09-051-3/+3
| | | | | | | | | | Update Qt submodules to 5.10 branch. Update QtGlesStream to fix build break caused by submodules update. Update & re-enable QtQuickCompiler. Change-Id: I4069120b6b953d3ed7805f1807f4a0a2e27234e7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* emulator: fix conflicting glesstream packagesSamuli Piippo2017-09-041-2/+0
| | | | | | | | | | | | | | qtglesstream-dummy-client is needed to provide qtbase with opengl headers and dummy library and the real qtglesstream is then built against qtbase to provide it actual implementation. Now qtglesstream-dummy-client is built to provide files to the sysroot, but not any packages, and qtglesstream is built to provide the packages, but to deploy nothing to the sysroot. Solves do_rootfs error: package packagegroup-b2qt-embedded-base-1.0-r0.all requires qtglesstream, but none of the providers can be installed Change-Id: Ib388599d9240a5ab9351692a4509adf721cc995c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Revert "qtglesstream: update to newer version"Mikko Gronoff2017-04-051-1/+1
| | | | | | | | This reverts commit 91867a7eb331909e61f5d84187d8c39f5deb0857. Emulator fix done in a different way. Change-Id: I13796218e9adfb0e054a212abd7dfd76d4966e68 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtglesstream: update to newer versionMikko Gronoff2017-03-311-1/+1
| | | | | | | Boot2Qt 5.9.0 emulator needs a newer version of qtglesstream to work Change-Id: I09d08f14ea92a3e120cc65467a33cc8f90ff0462 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add Qt for Device Creation licenseSamuli Piippo2016-06-071-1/+1
| | | | | | | | Replace CLOSED and QtEnteprise licenses with the Qt for Device Creation license on all recipes. Change-Id: I02fddc0ee4375bddf18a6c1f7ab093462a5f5153 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update QtGLESStrem to match host versionRainer Keller2016-02-011-1/+1
| | | | | | | | New emulators use newer QtGLESStream version. This has to be used as well for 5.6 builds. Change-Id: I3459aa1aba8e3e1c077b5f01a3cc9879afae604f Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* qt5: all repos moved from qt-gerrit to codereviewSamuli Piippo2015-10-191-1/+1
| | | | | Change-Id: I66b4d90990ad8be9a4dc9ce2b157c3325176adfa Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Change all tab characters to spacesSamuli Piippo2015-08-111-8/+8
| | | | | | | Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Support BYOS for enterprise only addonsSamuli Piippo2015-06-171-2/+2
| | | | | | | | | When QT_SDK_PATH has been set, use sources for all enterprise addons from the SDK installation path. This allows customers to build enterprise only addos and b2qt addons without access to qt-gerrit. Change-Id: I66ad8a2ff81628333ba7dd6042659c3fa220be8c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Change qt-gerrit addresses to correct ci.local domainSamuli Piippo2015-05-271-1/+1
| | | | | Change-Id: I140a5bd0b84f9faf00055ac64820c031c0ea28c0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* emulator: Qt5 support for emulatorSamuli Piippo2015-05-271-0/+58
Emulator has special handling for OpenGL support: QtGlesStream provides the runtime opengl support but since it depends on qtbase, we need to use qtglesstream-dummy-client when building qt. Also since both recipes provide same files, we must disable do_populate_sysroot from qtglesstream so that libs from dummy-client remain there. Change-Id: Ifde698e7d46863dbb82c6f3ad791412775e111ea Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>