summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-07-21 00:58:50 +0300
committerWilliam A. Kennington III <wak@google.com>2022-07-21 01:01:59 +0300
commit0817918dd6931a71fa89dafc84c43007d1fa18cd (patch)
treecc92424d57878abf9a33423d326b2f4fdceedeb8 /meta-google
parent509a8fd24eceebbfd7b35e816e2a3ac45dd8fa22 (diff)
downloadopenbmc-0817918dd6931a71fa89dafc84c43007d1fa18cd.tar.xz
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>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb4
-rw-r--r--meta-google/recipes-phosphor/flash/inplace-gbmc-update/40-inplace-gbmc-upgrade.sh (renamed from meta-google/recipes-phosphor/flash/inplace-gbmc-update/75-inplace-gbmc-upgrade.sh)0
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb b/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb
index 418ee3932e..9e2168f2c7 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 @@ SRC_URI += " \
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 @@ do_install() {
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
index 95c4ca5a65..95c4ca5a65 100644
--- 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