| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Crosscompilation of qdoc causes gcc internal compiler error on
some platforms. Removing the c++11 option from the compilation
prevents this.
Change-Id: I0ad5832859f8c79dba401ecc1d9026559a1ec324
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
populate_sdk_qt5 was split into two bbclasses and the qt.conf
generation we need is in the new base class.
Change-Id: I7fe2f3bdc0bf88e795add996f58b592ea12aa8a3
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Quick Compiler no longer needs license checker from qtsdk.
qt5-module now includes more paths for VKB
Change-Id: Ic1027b836157d7fb7fc6fdc90ece7a0354497230
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I52a45f4bc3b366b61c488d36e98f4aae772d5ea9
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
qt5-module bbclass already creates ${PN}-designer packages,
no need to have them in addons.
Change-Id: I5bcf47da769a8f97197cd66fbf8d8118ac03d0a2
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
| |
Mkspecs are now used directly from target sysroot, instead of the symlink.
Change-Id: Ibd390b5377e137096e3c92a9b9af1f6ddf36bdff
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
| |
The release 5.5.0 branches were removed, so need to use 5.5 instead.
Change-Id: I4478c3e05d9d4937fafd3a3b75832608da5d4b40
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
| |
Gerrit Sanity Bot does not like tabs, so remove them from recipes.
Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Ib760d0c25c645b1c44216081c42714f8e9a8ca32
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
| |
libQt5QmlDevTools.a is required by QtQuickCompiler.
Change-Id: Ic465855af3e4acfcdb8e6674a18fee17e42c6d5b
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I4e5ae263930bdd22f1934eab1f98a718838f722e
Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
QtCharts and QtDataVisualization had an patch release with 5.5.0,
which changed copyright headers. b2qt-utils updated to same sha1
as was used in b2qt-build-scripts.
Change-Id: I51a6ac26e57e7fc71b0af7876a9d8005e4ce4b8d
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GStreamer version can now be changed using a DISTRO_FEATURE:
'gstreamer010' for GStreamer 0.10 and 'gstreamer' for GStreamer 1.0
This can also be used to remove all gstreamer packages from image
and toolchain.
Default version is still the old 0.10
Change-Id: I54b19962ccd0dfd2f71bb44e231bf5af43ccfab9
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I2d8768fe42da8bbc5c6b730676b70f56232826ca
Reviewed-by: Laszlo Agocs <laszlo.agocs@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>
|
|
|
|
|
|
|
| |
No longer needed as it was merged to QtQuick Controls
Change-Id: Iee7f43f75aa5e202ec9842ed3a16cc49602e3d18
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
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-Id: I86701ec160bcb0f90bb9d7ed22ec683ed7e261aa
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>
|
|
|
|
|
|
|
|
| |
QtSimulator is added as dependency to Qt modules that support it,
and some helper components are installed to emulator target.
Change-Id: I878ffcfc6a8d9a579cb4a5a4e823fa7f0fa5a3cd
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The linux-oe-g++ mkspec used by meta-qt5 depends on the user sourcing
the toolchain environment-setup script, which modifies the PATH and
sets a long range of environment variables. That is not a "best
practice" way of use Qt, and does not allow smooth integration of the
toolchain into Qt Creator.
Here, we instead create a static mkspec for the toolchain:
devices/linux-oe-generic-g++. The toolchain recipe will will the
qdevice.pri file with the required compiler flags etc. for the target.
Additionally, we introduce an extra .pri file for device-specific
settings, so they can be shared between the two mkspecs.
Change-Id: Ie5a019524ba6cdddffb71b0c7c28861ddba17fbd
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I140a5bd0b84f9faf00055ac64820c031c0ea28c0
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>
|