Skip to content

Commit e34c931

Browse files
Andrew Geisslergeissonator
Andrew Geissler
authored andcommitted
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 <[email protected]> Signed-off-by: Patrick Williams <[email protected]>
1 parent b6cbc89 commit e34c931

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cnt=60
1313
while [ "$cnt" -gt 0 ];
1414
do
1515
cnt=$((cnt - 1))
16-
st=$(busctl call xyz.openbmc_project.State.HostCondition.Gpio \
16+
st=$(busctl call xyz.openbmc_project.State.HostCondition.Gpio0 \
1717
/xyz/openbmc_project/Gpios/host0 org.freedesktop.DBus.Properties \
1818
Get ss xyz.openbmc_project.Condition.HostFirmware \
1919
CurrentFirmwareCondition | cut -d"." -f6)

meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,6 @@ SYSTEMD_LINK:${PN}-obmc-targets += "${@compose_list_zip(d, 'RESET_FMT_CTRL', 'OB
266266
SYSTEMD_LINK[vardeps] += "OBMC_CHASSIS_INSTANCES OBMC_HOST_INSTANCES"
267267

268268
SRC_URI = "git://github.com/openbmc/phosphor-state-manager;branch=master;protocol=https"
269-
SRCREV = "306c5ff23d14c3dfb1dfadc88e8f903e6aa18a9c"
269+
SRCREV = "cadaab7728bef33af0a1ba982e8b4657dcea43f0"
270270

271271
S = "${WORKDIR}/git"

meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
HOST_SERVICE="xyz.openbmc_project.State.HostCondition.Gpio"
3+
HOST_SERVICE="xyz.openbmc_project.State.HostCondition.Gpio0"
44
HOST_OBJPATH="/xyz/openbmc_project/Gpios/host0"
55
HOST_INTERFACE="xyz.openbmc_project.Condition.HostFirmware"
66
HOST_PROPERTY="CurrentFirmwareCondition"

0 commit comments

Comments
 (0)