summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-11-10 08:04:06 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2022-11-15 15:50:12 -0700
commitcb85cf427da817a9db93b01df01c32e15aefeb74 (patch)
tree5ce6364b1e4a9be562c840a2764c963641e6bd9f /conf
parent032c0c3402ae70190170fc714fecc254726e376c (diff)
downloadmeta-freescale-cb85cf427da817a9db93b01df01c32e15aefeb74.tar.gz
qt6-layer: Add Qt6 support
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index e57c3b59..167a7590 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -51,6 +51,9 @@ BBFILES_DYNAMIC += " \
51 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ 51 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
52 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ 52 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
53 \ 53 \
54 qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/*/*/*.bb \
55 qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/*/*/*.bbappend \
56 \
54 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bb \ 57 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bb \
55 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bbappend \ 58 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bbappend \
56" 59"