From c111707a036678c92df8cf633a9ee74f11cdfb13 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 13 Feb 2023 19:46:47 -0500 Subject: [PATCH] agl-demo: Use new AGL_META_QT5 hook Update agl-demo template to use new AGL_META_QT5 variable instead of explicitly adding meta-qt5 to BBLAYERS. This should avoid duplicate layer issues when combining with agl-ic-container. Bug-AGL: SPEC-4703 Change-Id: I813ff1e0c43372d3fc5bdc54973ee34e57f48fba Signed-off-by: Scott Murray --- templates/feature/agl-demo/50_bblayers.conf.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 32142bccc..25504241f 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -8,12 +8,7 @@ AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems" AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia" AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking" AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" - -# OpenEmbedded layer to add support for multiple cloud service provider solutions -#--------------------------------------------------- -BBLAYERS =+ " \ - ${METADIR}/external/meta-qt5 \ -" +AGL_META_QT5 = "${METADIR}/external/meta-qt5" # Chromium recipes do still require python2 BBLAYERS =+ " \ -- 2.16.6