summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-07-21 00:58:27 +0300
committerWilliam A. Kennington III <wak@google.com>2022-07-21 20:25:25 +0300
commit14c56fcfbdebb41b4c5450b98079b8d8fd086ad5 (patch)
tree29da41a2b0b029257bdd59e37d3dc485a1bd389a /meta-google
parentf19d896b8cf0b61177a16701f14e8fe1e981c869 (diff)
downloadopenbmc-14c56fcfbdebb41b4c5450b98079b8d8fd086ad5.tar.xz
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>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh2
1 files changed, 1 insertions, 1 deletions
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