commit | 14c56fcfbdebb41b4c5450b98079b8d8fd086ad5 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jul 20 14:58:27 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Jul 21 17:25:25 2022 +0000 |
tree | 29da41a2b0b029257bdd59e37d3dc485a1bd389a | |
parent | f19d896b8cf0b61177a16701f14e8fe1e981c869 [diff] |
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 <wak@google.com>
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 0124e38..ec9e06d 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