summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-ic-container/50_bblayers.conf.inc
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-09-27 01:50:58 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-10-09 14:03:15 +0000
commit9aaf29f1b8522d701b59d0da89ae6fb9e77b4792 (patch)
tree6d0ab694de8483efd2e604ca37c460d69e0f6c20 /templates/feature/agl-ic-container/50_bblayers.conf.inc
parent442f3951769dbbb0f9cc51252a8add78a6430141 (diff)
Rework meta-agl-ic-container to migrate from Qt5 to Qt6
This change is a starting point of Qt6 migration. That change layer config and feature config for this layer. Bug-AGL: SPEC-5162 Change-Id: I127a929cfc5cf311b0219c6fbfb050ed9332576f Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'templates/feature/agl-ic-container/50_bblayers.conf.inc')
-rw-r--r--templates/feature/agl-ic-container/50_bblayers.conf.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/feature/agl-ic-container/50_bblayers.conf.inc b/templates/feature/agl-ic-container/50_bblayers.conf.inc
index 119cacb7..313cf12a 100644
--- a/templates/feature/agl-ic-container/50_bblayers.conf.inc
+++ b/templates/feature/agl-ic-container/50_bblayers.conf.inc
@@ -2,8 +2,10 @@ AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"
AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
AGL_META_VIRTUALIZATION = "${METADIR}/external/meta-virtualization"
-AGL_META_QT5 = "${METADIR}/external/meta-qt5"
+AGL_META_QT5 = ""
+AGL_META_QT6 = "${METADIR}/external/meta-qt6"
BBLAYERS =+ " \
${METADIR}/meta-agl-devel/meta-agl-ic-container \
+ ${AGL_META_QT6} \
"