summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2023-05-26 12:22:24 +0300
committerWilly Tu <wltu@google.com>2023-05-26 21:57:03 +0300
commit9846078b8cfc80c6e76ec53ce2195964b99bf84c (patch)
tree0267246aa8b96447200f28dedf2eba23f201dd01 /meta-google/conf
parent8474749997496f009abd1cdfa66c6b7ec51b01a1 (diff)
downloadopenbmc-9846078b8cfc80c6e76ec53ce2195964b99bf84c.tar.xz
meta-google: Depend on tpm-layer for libhoth
You can't build meta-google without including libhoth support. Change-Id: I77799f63c444bcbd1ce7dd3761fccf29a60d3cd4 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/conf')
-rw-r--r--meta-google/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
index a75bd8bcb6..f4568aa715 100644
--- a/meta-google/conf/layer.conf
+++ b/meta-google/conf/layer.conf
@@ -15,4 +15,4 @@ BBFILE_COLLECTIONS += "google-layer"
BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
LAYERVERSION_google-layer = "1"
LAYERSERIES_COMPAT_google-layer = "langdale mickledore"
-LAYERDEPENDS_google-layer += "core phosphor-layer"
+LAYERDEPENDS_google-layer += "core phosphor-layer tpm-layer"