summaryrefslogtreecommitdiffstats
path: root/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* qt3d: support qgltf in native and nativesdk buildsSamuli Piippo2016-02-111-0/+1
| | | | | Change-Id: I6d781e890e05cf3062015784cee5d2d10b9094c6 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* sdk: add correct qttools package to toolchainSamuli Piippo2016-02-101-1/+1
| | | | | | | Add missing qttools binaries to the toolchain Change-Id: I11c50dffc2f19f604ae09b2ea4fb919f1a274ae3 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: add declarative tools and host libs to sdkSamuli Piippo2015-07-091-0/+2
| | | | | | | libQt5QmlDevTools.a is required by QtQuickCompiler. Change-Id: Ic465855af3e4acfcdb8e6674a18fee17e42c6d5b Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* qtquickcompiler: disable for BYOSSamuli Piippo2015-06-171-2/+1
| | | | | | | | | QtQuickCompiler sources are not distributed, so for BYOS builds we need to disable. For now, only print note that it's not supported. Next step is to try to use the precompiled version from SDK. Change-Id: I8185e66fd2bc6471218ee3ea8520fa40c2c08592 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Enable Qt Quick CompilerSamuli Piippo2015-05-121-0/+1
| | | | | | | | | Build Qt Quick Compiler and use it for VKB and QtCharts. Use BBCLASSEXTEND to build all 3 version (target, native and nativesdk) of Qt Quick Compiler. Change-Id: I611fe7762b8d9124b146b7fe976f09130d5912fa Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Build Qt5 and all addonsSamuli Piippo2015-05-121-0/+34
Use meta-qt5 layer to build Qt5, commercial addons and b2qt addons. Create new image and toolchain recipes with Qt5 content, so that the existing image and toolchain remain as-is without Qt5. Currently support only for imx6 targets. Change-Id: I398750dd1a62c6ff8ea216cfe364da273d8e9a77 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>