diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-02-13 19:46:47 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-02-13 19:46:47 -0500 |
commit | c111707a036678c92df8cf633a9ee74f11cdfb13 (patch) | |
tree | 1be0545b841de00d9d0a9e43dbc3d3a7466e34e9 /templates/feature | |
parent | 110bd316b17af7951bada083ee6d5fbb9fdc3c65 (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 7 |
1 files changed, 1 insertions, 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 =+ " \ |