commit | f22dd84b646433ab9bf0a9065cc4c41dbf191791 | [log] [tgz] |
---|---|---|
author | Vivekanand Veeracholan <vveerach@google.com> | Tue Aug 17 13:13:18 2021 -0700 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Tue Aug 17 22:15:52 2021 +0000 |
tree | c7ad00152bca3e8eb8e52bfa5ec60cb61e98c287 | |
parent | ec95e6552ae739d42e82740e6c0c7618615557f9 [diff] [blame] |
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
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf index 50fdc59..bbba7ef 100644 --- a/meta-google/conf/distro/gbmc.conf +++ b/meta-google/conf/distro/gbmc.conf
@@ -17,6 +17,9 @@ # 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 "