diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-06-07 18:02:49 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-06-07 18:02:49 -0400 |
commit | 9cf18e1f4861f4e268873c06b7f0e17e6e698663 (patch) | |
tree | 3ec37824087e19e3a6a6d208de56a754e38574b4 /templates/feature | |
parent | 4aa8929cbe66c18a6f24d1cffad3b14d58682af1 (diff) |
agl-demo: Use new AGL_META_FILESYSTEMS hooklamprey_11.92.0lamprey/11.92.011.92.0
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
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ " |