summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-07-20 21:09:24 +0300
committerWilliam A. Kennington III <wak@google.com>2022-07-20 21:32:43 +0300
commitbef0021cfe167ccb6ae2e71f546ecb21ccf1c204 (patch)
tree2d97e702669c25f134910bb33f51a9b6b6c23853
parent4cccd760979e15142764c8145b7d860f6674b671 (diff)
downloadopenbmc-bef0021cfe167ccb6ae2e71f546ecb21ccf1c204.tar.xz
meta-google: gbmc-update: Upgrade should be ordered earlier
We want to make sure this happens before any coalesced powercycle. Change-Id: I12f161b4a69df49c4cf960badfba90d08737d7b9 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-phosphor/flash/gbmc-update.bb4
-rw-r--r--meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh (renamed from meta-google/recipes-phosphor/flash/gbmc-update/75-gbmc-upgrade.sh)0
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-google/recipes-phosphor/flash/gbmc-update.bb b/meta-google/recipes-phosphor/flash/gbmc-update.bb
index 48f645e20d..fa81a1f8ab 100644
--- a/meta-google/recipes-phosphor/flash/gbmc-update.bb
+++ b/meta-google/recipes-phosphor/flash/gbmc-update.bb
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRC_URI += " \
- file://75-gbmc-upgrade.sh \
+ file://40-gbmc-upgrade.sh \
"
FILES:${PN} += "${datadir}/gbmc-br-dhcp"
@@ -16,5 +16,5 @@ RDEPENDS:${PN} += "tar"
do_install() {
install -d ${D}${datadir}/gbmc-br-dhcp
- install -m 0644 ${WORKDIR}/75-gbmc-upgrade.sh ${D}${datadir}/gbmc-br-dhcp/
+ install -m 0644 ${WORKDIR}/40-gbmc-upgrade.sh ${D}${datadir}/gbmc-br-dhcp/
}
diff --git a/meta-google/recipes-phosphor/flash/gbmc-update/75-gbmc-upgrade.sh b/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh
index 0124e38aee..0124e38aee 100644
--- a/meta-google/recipes-phosphor/flash/gbmc-update/75-gbmc-upgrade.sh
+++ b/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh