commit | bef0021cfe167ccb6ae2e71f546ecb21ccf1c204 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jul 20 11:09:24 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jul 20 18:32:43 2022 +0000 |
tree | 2d97e702669c25f134910bb33f51a9b6b6c23853 | |
parent | 4cccd760979e15142764c8145b7d860f6674b671 [diff] |
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>
diff --git a/meta-google/recipes-phosphor/flash/gbmc-update.bb b/meta-google/recipes-phosphor/flash/gbmc-update.bb index 48f645e..fa81a1f 100644 --- a/meta-google/recipes-phosphor/flash/gbmc-update.bb +++ b/meta-google/recipes-phosphor/flash/gbmc-update.bb
@@ -6,7 +6,7 @@ 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 @@ 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 similarity index 100% rename from meta-google/recipes-phosphor/flash/gbmc-update/75-gbmc-upgrade.sh rename to meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh