summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/qt6-layer
Commit message (Collapse)AuthorAgeFilesLines
* qtwayland: add overrides for i.mx 95Max Krummenacher2024-10-251-0/+1
| | | | | | | Add the relevant configuration for an i.MX 95 SoC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 78cebbf496af83bee3d705aae20a5f0fac4ecf59)
* qtbase: add overrides for i.mx 95Max Krummenacher2024-10-251-0/+3
| | | | | | | Add the relevant configuration for an i.MX 95 SoC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit d00cf9454a6f1f200dde544479762c4b4e1ef9aa)
* qtbase: Enable wayland knob when in distro featuresKhem Raj2024-03-021-0/+4
| | | | | | | | | | | | | Mimic the behavior from recipe proper here since we override packageconfig defaults. With QT 6.7, qtbase built without wayland support is not sufficient to build rest of QT components e.g. qtwayland errors out during build/configure ERROR: Qt Wayland Client requires QtGui to be build with support for wayland Therefore add it when wayland is in distro features. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qt6-layer: Add Qt6 supportTom Hochstein2022-11-152-0/+56
Copy the qt5-layer bbappends with the following modifications: - qtbase: Use eglfs for KMS backend for i.MX 8 with GPU on NXP BSP - qtbase: Drop build config patches no longer needed Testing is done using the quick3d and webengine examples. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>