summaryrefslogtreecommitdiffstats
path: root/templates/base/bblayers.conf.sample
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-06-07 17:21:41 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-06-08 21:55:19 +0000
commit77492a798656108508458f527d60f969bef83bf7 (patch)
tree9c4b09b62e2c0e6c1102c79dab00dec6b1c11785 /templates/base/bblayers.conf.sample
parentb71d5c65f6a749eb6b04ba46e289d430686a5eee (diff)
Update agl-virt feature
Changes: - Add AGL_META_FILESYSTEMS hook to bblayers.conf.sample to match the other common meta-openembedded layer dependencies. - Update agl-virt 50_bblayers.conf.inc to define the required AGL_META_* variables for the layers from meta-openembedded that it requires. Bug-AGL: SPEC-3970 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Iae55fa082bd25cf43bde6152abab40c836cf6279 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26394 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account
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} \
"
####################