From f22dd84b646433ab9bf0a9065cc4c41dbf191791 Mon Sep 17 00:00:00 2001 From: Vivekanand Veeracholan Date: Tue, 17 Aug 2021 13:13:18 -0700 Subject: 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 Change-Id: I70ba330f1f39aa785a31b63d1640a4c4b3c3eba8 --- meta-google/conf/distro/gbmc.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-google/conf/distro') diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf index 50fdc5993..bbba7efed 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 " -- cgit v1.2.3