summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade/recipes-phosphor
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2022-01-20 16:13:22 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2022-01-22 05:21:32 +0300
commit3342379336e6e0e9e87e2ddbf275dde91d8c6f57 (patch)
tree0ff830ff9a64de94d3f9aca42578391bcf2512bb /meta-ampere/meta-jade/recipes-phosphor
parent04777e3acd3b4342f74d3f74cf936a9c7507f476 (diff)
downloadopenbmc-3342379336e6e0e9e87e2ddbf275dde91d8c6f57.tar.xz
meta-ampere: mtjade: fix services start fail
Fix ampere-mac-update and ampere-gpio-handling starts failure, including: - Update ampere_update_mac.sh to recheck if the first MAC Address reading fail. Also fix incorrect checking if setting new MAC Address success or not. - Fix typo in SCP failover service. Tested: 1. Check if the ampere_update_mac.service starts succesfully. 2. Check if no error report from iS0_scp_auth_failure Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I6c03e352d8d51030d04cd303e438835e5b724afe
Diffstat (limited to 'meta-ampere/meta-jade/recipes-phosphor')
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/gpio/ampere-gpio-handling.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/gpio/ampere-gpio-handling.bb b/meta-ampere/meta-jade/recipes-phosphor/gpio/ampere-gpio-handling.bb
index bf019edbef..62b25b1f12 100644
--- a/meta-ampere/meta-jade/recipes-phosphor/gpio/ampere-gpio-handling.bb
+++ b/meta-ampere/meta-jade/recipes-phosphor/gpio/ampere-gpio-handling.bb
@@ -17,7 +17,7 @@ SRC_URI += " \
"
AMPERE_MONITOR_INSTANCES = " \
- reboot_ack shutdown_ack id_button iS0_scp_auth_failure \
+ reboot_ack shutdown_ack id_button S0_scp_auth_failure \
S0_overtemp S0_hightemp_start S0_hightemp_stop \
S1_overtemp S1_hightemp_start S1_hightemp_stop \
S0_fault_alert_start S0_fault_alert_stop \