summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-11-18 01:05:49 +0300
committerWilliam A. Kennington III <wak@google.com>2021-11-18 02:47:56 +0300
commit69e0d4c46fa36b10577731977d706a1832e75fa2 (patch)
treed340dee17f01a87bff86af56f3b6bc97c25da388
parent300b5b5e030778dffea793808b7220d495a3f764 (diff)
downloadopenbmc-69e0d4c46fa36b10577731977d706a1832e75fa2.tar.xz
meta-google: Depend on phosphor-layer
This makes our override ordering explicit with respect to layers we append to. Change-Id: If6048bcbd0199e730dc5a9bb52667a94887578cd Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
index 47379e427..80486584d 100644
--- a/meta-google/conf/layer.conf
+++ b/meta-google/conf/layer.conf
@@ -15,3 +15,4 @@ BBFILE_COLLECTIONS += "google-layer"
BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
LAYERVERSION_google-layer = "1"
LAYERSERIES_COMPAT_google-layer = "hardknott honister"
+LAYERDEPENDS_google-layer += "core phosphor-layer"