summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/conf
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-12 15:16:31 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-30 11:20:31 +0000
commitb65d8a9f63b3c8fb4fbecf44cc3e55e11c10f4f0 (patch)
tree066cca57eac7ce3aa5dc293f076e98a7ad9ff093 /meta-agl-ic-container/conf
parent07c3016fbc186420c425544fb434ecdf16f563c6 (diff)
Declare dependencies of meta-agl-ic-container layer
The layer is missing its dependencies in conf/layer.conf. Add them to conf/layer.conf. Also add a first draft of the yocto-check-layer wrapper. Bug-AGL: SPEC-4777 Change-Id: I84e9c1dd917e3037c838021e146d7f66965c963d Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-ic-container/conf')
-rw-r--r--meta-agl-ic-container/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-ic-container/conf/layer.conf b/meta-agl-ic-container/conf/layer.conf
index 9c13ee33..ca1bf7a3 100644
--- a/meta-agl-ic-container/conf/layer.conf
+++ b/meta-agl-ic-container/conf/layer.conf
@@ -19,3 +19,4 @@ BBFILES_DYNAMIC += " \
"
LAYERSERIES_COMPAT_aglcontainermc = "kirkstone"
+LAYERDEPENDS_aglcontainermc = "aglcore qt5-layer openembedded-layer virtualization-layer agl-drm-lease meta-pipewire"