From 706e6fe1bcbdb6bc55558ccf4922673474754649 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 13 Feb 2023 18:40:16 -0500 Subject: agl-ic-container: Use new AGL_META_QT5 hook Update agl-ic-container template to use new AGL_META_QT5 variable instead of explicitly adding meta-qt5 to BBLAYERS. This should avoid duplicate layer issues when combining agl-ic-container with other features. Bug-AGL: SPEC-4703 Change-Id: I91ce8ddec689afd1ebe8e275013f9a15152a52f8 Signed-off-by: Scott Murray --- templates/feature/agl-ic-container/50_bblayers.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 09da3253..119cacb7 100644 --- a/templates/feature/agl-ic-container/50_bblayers.conf.inc +++ b/templates/feature/agl-ic-container/50_bblayers.conf.inc @@ -2,8 +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 = "${METADIR}/external/meta-qt5" BBLAYERS =+ " \ - ${METADIR}/external/meta-qt5 \ ${METADIR}/meta-agl-devel/meta-agl-ic-container \ " -- cgit 1.2.3-korg