From cb85cf427da817a9db93b01df01c32e15aefeb74 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 10 Nov 2022 08:04:06 -0700 Subject: 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 --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index e57c3b590..167a75904 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -51,6 +51,9 @@ BBFILES_DYNAMIC += " \ qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ \ + qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/*/*/*.bb \ + qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/*/*/*.bbappend \ + \ virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bb \ virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bbappend \ " -- cgit v1.2.3-54-g00ecf