summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
authorVivekanand Veeracholan <vveerach@google.com>2021-08-17 23:13:18 +0300
committerVivekanand Veeracholan <vveerach@google.com>2021-08-18 01:15:52 +0300
commitf22dd84b646433ab9bf0a9065cc4c41dbf191791 (patch)
treec7ad00152bca3e8eb8e52bfa5ec60cb61e98c287 /meta-google/conf
parentec95e6552ae739d42e82740e6c0c7618615557f9 (diff)
downloadopenbmc-f22dd84b646433ab9bf0a9065cc4c41dbf191791.tar.xz
meta-google: Disable u-boot shell for Google prod builds
The DISTRO_FEATURE option for this is merged, https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/45523 Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I70ba330f1f39aa785a31b63d1640a4c4b3c3eba8
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 50fdc59939..bbba7efed6 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -17,6 +17,9 @@ DISTRO_FEATURES:remove = "slp"
# Required to get entity-manager to build with FruDevice service
DISTRO_FEATURES:append = " ipmi-fru"
+# Disable u-boot shell for prod builds
+DISTRO_FEATURES:append:prod = " disable-u-boot-shell"
+
WATCHDOG_PKG ?= "watchdog"
SANITY_TESTED_DISTROS:append = " Debian-rodete \n debian-rodete \n "