summaryrefslogtreecommitdiff
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
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>
-rw-r--r--meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh2
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb2
-rw-r--r--meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh2
3 files changed, 3 insertions, 3 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)
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
index 29dd022bc5..abbe643d21 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -266,6 +266,6 @@ SYSTEMD_LINK:${PN}-obmc-targets += "${@compose_list_zip(d, 'RESET_FMT_CTRL', 'OB
SYSTEMD_LINK[vardeps] += "OBMC_CHASSIS_INSTANCES OBMC_HOST_INSTANCES"
SRC_URI = "git://github.com/openbmc/phosphor-state-manager;branch=master;protocol=https"
-SRCREV = "306c5ff23d14c3dfb1dfadc88e8f903e6aa18a9c"
+SRCREV = "cadaab7728bef33af0a1ba982e8b4657dcea43f0"
S = "${WORKDIR}/git"
diff --git a/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh b/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh
index 35484d3783..a21d594855 100644
--- a/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh
+++ b/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh
@@ -1,6 +1,6 @@
#!/bin/bash -e
-HOST_SERVICE="xyz.openbmc_project.State.HostCondition.Gpio"
+HOST_SERVICE="xyz.openbmc_project.State.HostCondition.Gpio0"
HOST_OBJPATH="/xyz/openbmc_project/Gpios/host0"
HOST_INTERFACE="xyz.openbmc_project.Condition.HostFirmware"
HOST_PROPERTY="CurrentFirmwareCondition"