summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-core/conf')
-rw-r--r--meta-agl-core/conf/layer.conf6
-rw-r--r--meta-agl-core/conf/templates/base/bblayers.conf.sample4
2 files changed, 6 insertions, 4 deletions
diff --git a/meta-agl-core/conf/layer.conf b/meta-agl-core/conf/layer.conf
index 8047df519..6a0b20d97 100644
--- a/meta-agl-core/conf/layer.conf
+++ b/meta-agl-core/conf/layer.conf
@@ -16,9 +16,11 @@ BBFILES_DYNAMIC += " \
selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bb \
selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bbappend \
\
- qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bb \
- qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bbappend \
"
+# migrate to meta-qt6
+# qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bb \
+# qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bbappend \
+#
LAYERSERIES_COMPAT_aglcore = "scarthgap"
LAYERDEPENDS_aglcore = "core"
diff --git a/meta-agl-core/conf/templates/base/bblayers.conf.sample b/meta-agl-core/conf/templates/base/bblayers.conf.sample
index c6a37a0b0..228c7dbda 100644
--- a/meta-agl-core/conf/templates/base/bblayers.conf.sample
+++ b/meta-agl-core/conf/templates/base/bblayers.conf.sample
@@ -42,7 +42,7 @@ AGL_META_FILESYSTEMS ?= ""
AGL_META_MULTIMEDIA ?= ""
AGL_META_VIRTUALIZATION ?= ""
AGL_META_CLANG ?= ""
-AGL_META_QT5 ?= ""
+AGL_META_QT6 ?= ""
AGL_OTHER_DEPENDENCY_LAYERS = " \
${AGL_META_NETWORKING} \
@@ -51,7 +51,7 @@ AGL_OTHER_DEPENDENCY_LAYERS = " \
${AGL_META_MULTIMEDIA} \
${AGL_META_VIRTUALIZATION} \
${AGL_META_CLANG} \
- ${AGL_META_QT5} \
+ ${AGL_META_QT6} \
"
####################