commit | 0817918dd6931a71fa89dafc84c43007d1fa18cd | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jul 20 14:58:50 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jul 20 15:01:59 2022 -0700 |
tree | cc92424d57878abf9a33423d326b2f4fdceedeb8 | |
parent | 509a8fd24eceebbfd7b35e816e2a3ac45dd8fa22 [diff] |
meta-google: inplace-gbmc-update: Move file for consistency This does not affect correctness but it matches the file priority of gbmc-upgrade. Change-Id: Ie19fc91c5292e1588fe7a46763172273f0724e23 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb b/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb index 418ee39..9e2168f 100644 --- a/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb +++ b/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb
@@ -22,7 +22,7 @@ file://inplace-gbmc-verify.sh \ file://inplace-gbmc-version.service \ file://inplace-gbmc-version.sh \ - file://75-inplace-gbmc-upgrade.sh \ + file://40-inplace-gbmc-upgrade.sh \ " SYSTEMD_SERVICE:${PN} += "inplace-gbmc-verify.service" @@ -44,7 +44,7 @@ install -m 0644 ${WORKDIR}/config-bmc.json ${D}${datadir}/phosphor-ipmi-flash install -d ${D}${datadir}/gbmc-br-dhcp - install -m 0644 ${WORKDIR}/75-inplace-gbmc-upgrade.sh ${D}${datadir}/gbmc-br-dhcp/ + install -m 0644 ${WORKDIR}/40-inplace-gbmc-upgrade.sh ${D}${datadir}/gbmc-br-dhcp/ } do_install:prepend:dev() {
diff --git a/meta-google/recipes-phosphor/flash/inplace-gbmc-update/75-inplace-gbmc-upgrade.sh b/meta-google/recipes-phosphor/flash/inplace-gbmc-update/40-inplace-gbmc-upgrade.sh similarity index 100% rename from meta-google/recipes-phosphor/flash/inplace-gbmc-update/75-inplace-gbmc-upgrade.sh rename to meta-google/recipes-phosphor/flash/inplace-gbmc-update/40-inplace-gbmc-upgrade.sh