diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-06-07 17:21:41 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-06-08 21:55:19 +0000 |
commit | 77492a798656108508458f527d60f969bef83bf7 (patch) | |
tree | 9c4b09b62e2c0e6c1102c79dab00dec6b1c11785 /templates/feature | |
parent | b71d5c65f6a749eb6b04ba46e289d430686a5eee (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/feature')
-rw-r--r-- | templates/feature/agl-virt/50_bblayers.conf.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ " |