summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-08-19 05:27:09 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-08-19 11:31:02 +0300
commit76c47ec7fe877f8a1841d878910f613e8f908cf6 (patch)
tree837ac48740b2650b7338e30794eb44a372c566fb /meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit
parent435073fb0512ab366c441a6969d0a0b977609b23 (diff)
downloadopenbmc-76c47ec7fe877f8a1841d878910f613e8f908cf6.tar.xz
Revert "meta-quanta: gbs: update the related states D-bus service name"
This reverts commit 97466ae307a67c30d592c9d97a1e9d6e458e0e5b. Reason for revert: x86-power-control supports DBUS service name numbering for single and multi hosts now. ref: https://gerrit.openbmc-project.xyz/45004 Change-Id: Id1fb9e61a10a457158c52990fe6c196d6fc44708 Signed-off-by: George Hung <george.hung@quantatw.com>
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit')
-rw-r--r--meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.sh b/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.sh
index 17074ddaf..8b660c2dc 100644
--- a/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.sh
+++ b/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.sh
@@ -221,7 +221,7 @@ parse_pe_fru() {
}
check_power_status() {
- res0="$(busctl get-property -j xyz.openbmc_project.State.Chassis0 \
+ res0="$(busctl get-property -j xyz.openbmc_project.State.Chassis \
/xyz/openbmc_project/state/chassis0 xyz.openbmc_project.State.Chassis \
CurrentPowerState | jq -r '.["data"]')"
echo $res0
@@ -260,7 +260,7 @@ main() {
set_gpio_persistence
echo "Starting host power!" >&2
- busctl set-property xyz.openbmc_project.State.Host0 \
+ busctl set-property xyz.openbmc_project.State.Host \
/xyz/openbmc_project/state/host0 \
xyz.openbmc_project.State.Host \
RequestedHostTransition s \