From 2ad7351693b239e2b4d60eac91f29d36634c5c03 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 20 Nov 2024 20:26:31 +0100 Subject: Update to meta-qt6: remove references to qt5 Update files to match the update to qt6. Bug-AGL: SPEC-5294 Change-Id: I9db4ca648cc781378c01fe1381bb90ad1c78481c Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30531 --- meta-agl-core/conf/layer.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-agl-core/conf/layer.conf') 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" -- cgit 1.2.3-korg