summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-11-18 02:22:58 +0300
committerWilliam A. Kennington III <wak@google.com>2021-11-19 05:34:36 +0300
commit81d534434f78b7296fbefc9b870fe82759efba93 (patch)
tree0992003e448b18d7638cde29b0024ca12432063c /meta-quanta
parentd4100a54a8c833df88a21152a22eacd0f762b368 (diff)
downloadopenbmc-81d534434f78b7296fbefc9b870fe82759efba93.tar.xz
meta-quanta: gsj: Add explicit layer dependencies
We want the machine layer to be guaranteed to override our top-level layers. Change-Id: I9737762255be61e5af2c32881d7024133f72bf1e Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gsj/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-quanta/meta-gsj/conf/layer.conf b/meta-quanta/meta-gsj/conf/layer.conf
index 7591e0953..372fb65da 100644
--- a/meta-quanta/meta-gsj/conf/layer.conf
+++ b/meta-quanta/meta-gsj/conf/layer.conf
@@ -8,3 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "gsj-layer"
BBFILE_PATTERN_gsj-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_gsj-layer = "hardknott honister"
+LAYERDEPENDS_gsj-layer = "core phosphor-layer google-layer quanta-layer"