| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Recipe from KDAB
Change-Id: I6076bfbd84f4316fc65fb52feb444fc523a786aa
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I2927568f49aeecef5d0622a90ea4fd75a66653e0
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
| |
Change-Id: Ia725bbe698ed5dd5144e1a3d7c98854ee08eb503
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Reviewed-by: Marko Kangas <marko.kangas@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Automotive toolchain will contain packages that are not available
in the B2Qt embedded toolchain. Add empty packagegroup recipe that
can be used to add new content to automotive sdk.
Change-Id: I43c520db9b4f292226b2b5402bb460232a20ede3
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Ie8b2859c11ecaa1461385d2a23b75ac15d958955
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Reuse most parts from b2qt image, only difference is the demo addons
which will be different for the automotive image. For now, add no
demo app, so image boots to empty screen.
Change-Id: I67bbe8724422c9ea86dae6e4d5f8f38d3d567ba1
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
packagegroup-b2qt-embedded-qt5-addons-toolchain-target was never
included in the toolchain.
Change-Id: I18b08c1ba1a1a663488fd2cde960d35c43dbb208
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: If6fa08858c0ab19e92c45623f7dcdcf3d8985c1a
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I379426397749e1c39e7d0631b361b96699bce95d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
| |
libQt5QmlDevTools.a is required by QtQuickCompiler.
Change-Id: Ic465855af3e4acfcdb8e6674a18fee17e42c6d5b
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes required to support Qt 5.5.
- eglfs hooks are now plugins
- disable Qt .bbappends from meta-fsl-extra
- include qt3d and qtcanvas3d to image
- remove QtQuickEnterpriseControls
- use Qt Quick Compiler 3.0
- update Qt VKB sha1
- use 5.5 branch from meta-qt5 (playground repo)
Change-Id: I6fe830ee1edf6937c40ddedba06fdf1694f9dacc
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
Some devices won't have qtwebengine, so make it a DISTRO_FEATURE
that can be removed in device configs.
Change-Id: I751b1cdcc1eea48effec3980ed2da4799f88af9e
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|