From: Scott Murray <scott.murray@konsulko.com>
Date: Mon, 7 Jun 2021 21:21:41 +0000 (-0400)
Subject: Update agl-virt feature
X-Git-Tag: 11.92.0~2
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=77492a798656108508458f527d60f969bef83bf7;p=AGL%2Fmeta-agl.git

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
---

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} \
     "
 
 ####################
diff --git a/templates/feature/agl-virt/50_bblayers.conf.inc b/templates/feature/agl-virt/50_bblayers.conf.inc
index 04d31a22d..217d4aafd 100644
--- a/templates/feature/agl-virt/50_bblayers.conf.inc
+++ b/templates/feature/agl-virt/50_bblayers.conf.inc
@@ -1,3 +1,7 @@
+AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
+AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"
+AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
+
 BBLAYERS =+ " \
 	${METADIR}/external/meta-virtualization \
 	"