From 195e125f238d4a08b4f4306c5815fdb2740dc984 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 28 Nov 2024 01:19:32 +0900 Subject: Adjust qt6 migration in meta-agl-core This patch follow up this change. https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30531 Bug-AGL: SPEC-5294 Change-Id: Id7ff0e2c4d03d80717754ca03b84a09151d91de3 Signed-off-by: Naoto Yamaguchi --- templates/feature/agl-ic-container/50_bblayers.conf.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'templates') diff --git a/templates/feature/agl-ic-container/50_bblayers.conf.inc b/templates/feature/agl-ic-container/50_bblayers.conf.inc index 313cf12a..16da1c4d 100644 --- a/templates/feature/agl-ic-container/50_bblayers.conf.inc +++ b/templates/feature/agl-ic-container/50_bblayers.conf.inc @@ -2,10 +2,8 @@ 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 = "" AGL_META_QT6 = "${METADIR}/external/meta-qt6" BBLAYERS =+ " \ ${METADIR}/meta-agl-devel/meta-agl-ic-container \ - ${AGL_META_QT6} \ " -- cgit 1.2.3-korg