summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-02-13 18:40:16 -0500
committerScott Murray <scott.murray@konsulko.com>2023-02-13 18:40:16 -0500
commit706e6fe1bcbdb6bc55558ccf4922673474754649 (patch)
tree31e689b8661cd86072f3ac0a1d45e6b64f269af5 /templates
parentb27097d6616c4b97e82ffd2479c35ab394d4fc73 (diff)
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 <scott.murray@konsulko.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-ic-container/50_bblayers.conf.inc2
1 files changed, 1 insertions, 1 deletions
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 \
"