agl-demo: Use new AGL_META_FILESYSTEMS hook 17/26417/1 11.92.0 lamprey/11.92.0 lamprey_11.92.0
authorScott Murray <scott.murray@konsulko.com>
Mon, 7 Jun 2021 22:02:49 +0000 (18:02 -0400)
committerScott Murray <scott.murray@konsulko.com>
Mon, 7 Jun 2021 22:02:49 +0000 (18:02 -0400)
Use the AGL_META_FILESYSTEMS hook added to meta-agl for agl-virt
in the agl-demo feature here.  This will allow potentially enabling
both features without bblayers.conf errors.

Bug-AGL: SPEC-3970

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: If176f8bc4c79c1f5a3af40690f3ee87303788652

templates/feature/agl-demo/50_bblayers.conf.inc

index 55917cc..5562e5e 100644 (file)
@@ -4,11 +4,12 @@ BBLAYERS =+ " \
    ${METADIR}/meta-agl-demo \
 "
 
+AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
+
 # OpenEmbedded layer to add support for multiple cloud service provider solutions
 #---------------------------------------------------
 BBLAYERS =+ " \
    ${METADIR}/external/meta-iot-cloud \
    ${METADIR}/external/meta-qt5 \
-   ${METADIR}/external/meta-openembedded/meta-filesystems \
    ${METADIR}/external/meta-python2 \
 "