summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
authorVlad Sytchenko <vsytch@google.com>2023-08-16 00:03:36 +0300
committerVlad Sytchenko <vsytch@google.com>2023-08-16 00:06:52 +0300
commit07fbe2e95ce676dd1250497009662f5bf70073a7 (patch)
tree2bb49a1dc3d5e346aa381b72c42ba66497cb2322 /meta-google/conf
parente63ea1b39b62b118d629d25338ad96b415ff3671 (diff)
downloadopenbmc-07fbe2e95ce676dd1250497009662f5bf70073a7.tar.xz
meta-google: Ignore configuring meta-tpm layer
Follow advice described in meta-tpm README to avoid warnings on each bitbake invocation saying that the layer is not configured. Change-Id: Ic7578ce4fe558bcae5204bb42b30f2247eff1c54 Signed-off-by: Vlad Sytchenko <vsytch@google.com>
Diffstat (limited to 'meta-google/conf')
-rw-r--r--meta-google/conf/distro/gbmc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index 74c3d0e4d1..aca44151d8 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -39,3 +39,6 @@ IGPS_MACHINE:npcm8xx = "Google"
# Remove dependencies on python3-core when using nftables
PACKAGECONFIG:remove:pn-nftables = "python"
+
+# Do not configure TPM layer
+SKIP_META_TPM_SANITY_CHECK = "1"