summaryrefslogtreecommitdiffstats
path: root/templates/base/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/bblayers.conf.sample')
-rw-r--r--templates/base/bblayers.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample
index 82ab42d67..3a1eae676 100644
--- a/templates/base/bblayers.conf.sample
+++ b/templates/base/bblayers.conf.sample
@@ -39,9 +39,11 @@ AGL_CORE_DEPENDENCY_LAYERS = " \
# the evaluation is in the bblayers.conf.sample in meta-agl/templates/base
AGL_META_NETWORKING ?= ""
AGL_META_PYTHON ?= ""
+AGL_META_FILESYSTEMS ?= ""
AGL_OTHER_DEPENDENCY_LAYERS = " \
${AGL_META_NETWORKING} \
${AGL_META_PYTHON} \
+ ${AGL_META_FILESYSTEMS} \
"
####################