From 14c56fcfbdebb41b4c5450b98079b8d8fd086ad5 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 20 Jul 2022 14:58:27 -0700 Subject: meta-google: gbmc-update: Missing bootfile_url is not an error We should complete the DHCP process even if we don't receive a bootfile payload. Change-Id: I77c45920fda2bcaa732b546f48c5d247c903268f Signed-off-by: William A. Kennington III --- meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-google') diff --git a/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh b/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh index 0124e38aee..ec9e06d6ae 100644 --- a/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh +++ b/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh @@ -18,7 +18,7 @@ : "${GBMC_UPGRADE_SIG=/tmp/bmc.sig}" gbmc_upgrade_hook() { - [ -n "${bootfile_url-}" ] || return + [ -n "${bootfile_url-}" ] || return 0 local tmpdir tmpdir="$(mktemp -d)" || return -- cgit v1.2.3