From 77492a798656108508458f527d60f969bef83bf7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 7 Jun 2021 17:21:41 -0400 Subject: 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 Change-Id: Iae55fa082bd25cf43bde6152abab40c836cf6279 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26394 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account --- templates/base/bblayers.conf.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/base') 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} \ " #################### -- cgit