summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-11-18 02:46:15 +0300
committerWilliam A. Kennington III <wak@google.com>2021-11-18 02:47:57 +0300
commit7a94f6e8696098f693644cb2da55c888a1913c65 (patch)
treea30a76bb3273886705dc1a58a5c20aa5f26c229e
parent69e0d4c46fa36b10577731977d706a1832e75fa2 (diff)
downloadopenbmc-7a94f6e8696098f693644cb2da55c888a1913c65.tar.xz
meta-fii: kudo: Add explicit layer dependencies
Change-Id: I8711fa16a624c9f132310357f973cebd25f9b1d3 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-fii/meta-kudo/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fii/meta-kudo/conf/layer.conf b/meta-fii/meta-kudo/conf/layer.conf
index d2b0e57e2..09535e909 100644
--- a/meta-fii/meta-kudo/conf/layer.conf
+++ b/meta-fii/meta-kudo/conf/layer.conf
@@ -8,3 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "kudo-layer"
BBFILE_PATTERN_kudo-layer = "^${LAYERDIR}/"
LAYERSERIES_COMPAT_kudo-layer = "hardknott honister"
+LAYERDEPENDS_kudo-layer = "core phosphor-layer google-layer fii-layer"