summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-07-01 11:31:40 +0300
committerWilliam A. Kennington III <wak@google.com>2021-07-01 21:02:01 +0300
commitd8c2e9f8b97c4cd813639dac7b03643f8c0fb566 (patch)
tree3e9185c9ba5d27a804473bb0e46edc728f0e234b /meta-google/recipes-phosphor
parentb420a0cf0d2a2612f3e7a32c9b9f9d13dac2b87b (diff)
downloadopenbmc-d8c2e9f8b97c4cd813639dac7b03643f8c0fb566.tar.xz
meta-google: phosphor-networkd: Remove u-boot env for hoth
We can't safely store this data, so we don't. Change-Id: I9e0f99423485cf41ff4f9e3b333f4833572f6b73 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-phosphor')
-rw-r--r--meta-google/recipes-phosphor/network/phosphor-network_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-google/recipes-phosphor/network/phosphor-network_%.bbappend
new file mode 100644
index 000000000..4a1cbe139
--- /dev/null
+++ b/meta-google/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -0,0 +1,3 @@
+# Platforms with Hoth don't use the U-Boot environment since this would allow
+# bypassing attestation.
+PACKAGECONFIG_remove_hoth = "uboot-env"