From: Scott Murray Date: Mon, 7 Jun 2021 22:02:49 +0000 (-0400) Subject: agl-demo: Use new AGL_META_FILESYSTEMS hook X-Git-Tag: 11.92.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9cf18e1f4861f4e268873c06b7f0e17e6e698663;p=AGL%2Fmeta-agl-demo.git agl-demo: Use new AGL_META_FILESYSTEMS hook 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 Change-Id: If176f8bc4c79c1f5a3af40690f3ee87303788652 --- diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 55917ccbb..5562e5e03 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -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 \ "