Enable zstd compression support by default, if meta-oe layer
is included in the build.
Change-Id: I343594025c3850dd2bfd54b6a476c3dfec320c57
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 083d1441cb)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
NFS uses hostname as the client id and doesn't work properly
if more than one VM is using the same hostname. Change to unique
hostname before mounting the cache.
Change-Id: I58791d8eecc22589dc39a9e21a3b3a40afdfd905
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 876480f7ce)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update to Qt 6.0.0 RC2
* For non-essential Qt modules, change branch from dev to 6.0.0 where
branching has been made
Task-number: QTBUG-86349
Change-Id: If641367ecc0113296c5cf60e2ff67bfab56942ae
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Build needs to have both target and native as dependency.
Change-Id: Ib8f01b30822e1e3d2f170297b620c352819e77ca
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Support for mng cannot be enabled, default to formats available from oe-core.
Change-Id: I9ed3e8b9e173f13a67fef4832aa6ef42681f7285
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Add configuration for odbc and brotli, and use system sqlite
if enabled.
Change-Id: I7065bb00be3aa60e438a55c78a8361d102262e0e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Add note about supported yocto branches using markdown syntax, rename
the file to match.
Change-Id: Ic7e4a8d8a910ab75f1c43b05132ee22805b763ef
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Remove patch and add separate PACKAGECONFIG for disabling opengl.
Rename desktop opengl to gl to match what meta-qt5 is using.
Change-Id: I3308efd0717da79c813dcbc681787d47932a7f3e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
The bbclass can be used to temporarily disable build of a broken
Qt module recipe without breaking the CI, packagegroup or toolchain
builds that include it.
Change-Id: I3a3e4b72350521b16f1c4fe50f423146ad86515d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Expand CI builds to multiple yocto versions. In addition to current
dunfell builds, test also against gatesgarth and master branches.
Use different sstate-cache than other yocto builds to make
cache cleanups simpler.
Task-number: QTBUG-88313
Change-Id: I75ff327850c65a75aeead41564aa516dabf05c8e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
If CMake 3.18 is not build with system zstd then Qt build will fail when
file(ARCHIVE_CREATE) is called. Avoid this until zstd is available in
oe-core and cmake-native is build with it.
Change-Id: I5fb7c75f873b493bb183804dc835a40c46839a2b
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Update to Qt 6.0.0-beta4 content.
Set lower minimum required cmake version in qtbase recipe
as qtbase requires newer one than yocto dunfell branch has.
Task-number: QTBUG-86349
Change-Id: I40082e30d722d9989782530700f66aa91bd8eca1
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Accessibility can be extended with AT-SPI bridge, but that makes
sense only when using GTK+. Use the core package.
Change-Id: I015dc559e87de001e2e9cabf841173820c5ab9b3
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Selection can be made between opensource and commercial licensing.
Currently the licensing choise does not affect the build in any way.
Task-number: QTBUG-87188
Change-Id: I008a31b2ad6c50b4f94d80de3fbd0a69fc1065e1
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Add static PACKAGECONFIG for qtbase that build it and all the
submodules as static libraries. Use PACKAGE_BEFORE_PN so that
the ${PN}-qmlplugins package takes everything that's not included
into *dev packages.
Task-number: QTBUG-85249
Change-Id: If2fb3e2096771832c64e1d22e7f505bf31282096
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
OpenGL is no longer hard requirements for the effects.
Change-Id: I6a4e19b5d371592057bce6f648796fab27cc110d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Update to new proposed Qt 6.0.0 beta1 content
* non-essential Qt6 modules updated to latest revisions in dev branches
Task-number: QTBUG-86349
Change-Id: I58caea685b2af29229ddab2464769e5a66d12b77
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
By default qt-cmake contains paths to the build time locations.
Overwrite it so that it's usable from the SDK. Set toolchain file
to Qt6Toolchain.cmake making it work without need to source the
environment-setup script.
Change-Id: I157c0ad3cdb814438be03028a0e045abb85bf058
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
In case there is need to add additional configs for qmake, the
oe-device-extra.pri can again be used to add these.
Change-Id: I5df69cdcbbf65821981339665a2e9d99e25a0677
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Add patches that enabled eglfs_viv integration plugin build
for imx6 boards, and that will set it as the default plugin
without need to specify it at runtime.
Change-Id: I444c24c649d61cd93de010f231ebbb0ab15f445a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Native build cannot use QT_HOST_PATH as it doens't exists yet.
Change-Id: I4ca81b15b13e1fe422f04b334eeab058e7db0c9d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Set default install prefix to match the Qt's prefix path. This makes
deployment on Windows work as otherwise the default path would be some
Windows path instead of target path in the device.
Use CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT same as cmake so that
projects can still set their default path if not forced from command line.
Change-Id: If2d703a3f46abaeaa015df4e9385313498ec9d17
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Remove restrictions from qtwayland so the qtwaylandscanner can be
built for mingw nativesdk target. Add wayland to DISTRO_FEATURES
in CI builds so that the mingw build is also tested.
Change-Id: If46f1310318fbfc59f141dd2895b7b2ff708223c
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Also move to using HEAD of dunfell branch for all
upstream meta layers.
Task-number: QTBUG-86431
Change-Id: I62ba53237fb763ba2676f8c9d030ce5d6b157989
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Toni Saario <toni.saario@qt.io>
Add support for building nativesdk components with meta-mingw layer
for Windows SDK. Skip some of the nativesdk tools as they cannot be built.
Qt6Toolchain.cmake can be used with SDKPATH environment variable set
to the SDK installation path using forward slashes as path separators.
It depends on the nativesdk-cmake which cannot be built until upstream
patches to meta-mingw are approved.
Task-number: QTBUG-86431
Change-Id: I482f85f10461e77bb183cf763d6ef531b45e016a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
These are not very useful, but there are more of those.
Change-Id: I8927c256837f70901d6ee4fca491f12f54ff17b0
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>