summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5-addons/qtquickcompiler-sdk.bb
Commit message (Collapse)AuthorAgeFilesLines
* Add do_unpack dependency on p7zip to qtquickcompiler recipeKari Hormi2017-11-031-0/+2
| | | | | | | | | | When building yocto image, unpacking Qt Quick Compiler fails due to p7zip missing. To ensure that do_unpack succeeds, a dependency on p7zip was added. Task-number: QTBUG-64245 Change-Id: I2057fb7ac07bc9bce57450f6cd44b769d3f34f62 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-10-061-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/morty: qdb: remove bashishm from the init script qt5: update qtx11extras submodule & quickcompiler revision meta-qt5: update to 5.9.2 RC Add generic qemuarmv7 machine config meta-qt5: update meta layer quickcompiler: update revision meta-qt5: update layer poky, meta-oe: update morty branch layers qtquickcompiler: fix path for QT_HOST_BINS sdk: fix host_build QT_ARCH qtdeviceutilities: update component qtwebview: include qtwebview into image and toolchain Conflicts: recipes-qt/qt5-addons/qtglesstream.bb recipes-qt/qt5/qtdeviceutilities.bb recipes-qt/qt5/qtquickcompiler_git.bb scripts/manifest.xml Change-Id: I42667bfd90b1136604213805a0d70c3936a96776
| * qtquickcompiler: fix path for QT_HOST_BINSSamuli Piippo2017-09-261-0/+3
| | | | | | | | | | | | | | | | | | | | Bitbake builds need to use QT_HOST_BINS/get for getting the correct path to the host tools. Change it for qtquickcompiler.prf so that project can use CONFIG+=qtquickcompiler without need to have CONFIG+=no_qtquickcompiler_depend as well. Change-Id: I5196e06f249531833fccca6b0b6a213016270ab6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update to 5.10Samuli Piippo2017-06-071-1/+0
|/ | | | | | | | Qt Quick Compiler needs to be disabled. Use latest from meta-mingw to get c++11 pthread support. Change-Id: I03773d08e0c78e87601d73838c67148248244902 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtquickcompiler: suppress packaging QA Error "already stripped"Mikko Gronoff2017-05-121-0/+1
| | | | | | Task-number: QTBUG-60734 Change-Id: I26bb6c198a0d77e1c58f7224617806d0749d6774 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtquickcompiler: include dependency libs for mingwSamuli Piippo2017-01-191-3/+11
| | | | | | | | | | Windows version of qtquickcompiler requires additional mingw libraries, that are not built in yocto. Include those from prebuilt package used also by Qt desktop packages in Windows. Task-number: QTBUG-58256 Change-Id: Id27d2267c43e562c089614498e33bd454e649ebc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add Qt for Device Creation licenseSamuli Piippo2016-06-071-2/+2
| | | | | | | | 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>
* qtquickcompiler: add support for BYOS buildsSamuli Piippo2016-03-021-0/+58
Qt Quick Compiler sources codes are not released for customers, so they cannot build it for themselves. Instead copy qtquickcompiler binary from the SDK where we have both linux and mingw binaries available. Change-Id: I697885365d98df394164a15e2517c7c473ac91e5 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>