summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@gmail.com>2024-03-21 17:26:58 +0300
committerJayanth Othayoth <ojayanth@gmail.com>2024-03-27 16:38:44 +0300
commite6158a4a56ee242062fb7936e4147a8b1a057572 (patch)
tree2c467fac07405827b66e1880ab342d8a0480919e
parente03b88245685b6e5b720bda68627152f827aae8f (diff)
downloadopenbmc-e6158a4a56ee242062fb7936e4147a8b1a057572.tar.xz
phosphor state manager: obmcutil package dependency update
obmcutil is currently not enabled for the x86-power-control based host power managed boxes. This is due to obmcutil dependency on the chassis package in PSM recipe. This commits moves the obmcutil package dependency from chassis -> bmc in PSM recipe to enable tool support in PSM enabled systems. Tested: verified build and tested on amd crb. Change-Id: I19ff062e5a9637cd04111dab5842df39a766b887 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb5
1 files changed, 2 insertions, 3 deletions
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 51421b6847..0b372d9d59 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -79,7 +79,7 @@ DEPENDS += "nlohmann-json"
DEPENDS += "cli11"
DEPENDS += "libgpiod"
-RDEPENDS:${PN}-chassis += "bash"
+RDEPENDS:${PN}-bmc += "bash"
RDEPENDS:${PN}-host += "bash"
EXTRA_OEMESON:append = " -Dtests=disabled"
@@ -105,10 +105,9 @@ SYSTEMD_SERVICE:${PN}-chassis += "phosphor-set-chassis-transition-to-off@.servic
SYSTEMD_SERVICE:${PN}-chassis-poweron-log += "phosphor-create-chassis-poweron-log@.service"
-FILES:${PN}-chassis += "${bindir}/obmcutil"
-
FILES:${PN}-bmc = "${bindir}/phosphor-bmc-state-manager"
FILES:${PN}-bmc += "${sysconfdir}/phosphor-systemd-target-monitor/phosphor-service-monitor-default.json"
+FILES:${PN}-bmc += "${bindir}/obmcutil"
DBUS_SERVICE:${PN}-bmc += "xyz.openbmc_project.State.BMC.service"
DBUS_SERVICE:${PN}-bmc += "obmc-bmc-service-quiesce@.target"