agl-ic-container: Use new AGL_META_QT5 hook 75/28475/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 13 Feb 2023 23:40:16 +0000 (18:40 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 13 Feb 2023 23:40:16 +0000 (18:40 -0500)
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 <scott.murray@konsulko.com>
templates/feature/agl-ic-container/50_bblayers.conf.inc

index 09da325..119cacb 100644 (file)
@@ -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 \
 "