summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-20 00:00:36 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-23 00:47:22 +0300
commite34c93151b6119e9e774112d961bd00a73b771cb (patch)
tree29ea8628a69dbe59342a3a0ce543c0e40dd38cb9 /meta-ampere
parentb6cbc89052d47f25436c131cbfa562c6bce123c7 (diff)
downloadopenbmc-e34c93151b6119e9e774112d961bd00a73b771cb.tar.xz
phosphor-state-manager: srcrev bump 306c5ff23d..cadaab7728
Patrick Williams (1): phosphor-host-condition-gpio: enable multi-host support Fix up references in meta layers to non-numbered service name. Change-Id: I3ae73c7e3ba7f117ade8eee5fea31d945ac0a696 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh b/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh
index ea60fcf697..e3c83b6a5e 100644
--- a/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh
+++ b/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh
@@ -13,7 +13,7 @@ cnt=60
while [ "$cnt" -gt 0 ];
do
cnt=$((cnt - 1))
- st=$(busctl call xyz.openbmc_project.State.HostCondition.Gpio \
+ st=$(busctl call xyz.openbmc_project.State.HostCondition.Gpio0 \
/xyz/openbmc_project/Gpios/host0 org.freedesktop.DBus.Properties \
Get ss xyz.openbmc_project.Condition.HostFirmware \
CurrentFirmwareCondition | cut -d"." -f6)