summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/state
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-07 01:50:55 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-12-08 22:54:39 +0300
commit55146f686892f2e59cf8c93ecc134328da7dd378 (patch)
tree8b0ccefdec7e49f0581e1429c1d575af6cdab610 /meta-phosphor/recipes-phosphor/state
parent1e1384ee5567c0437f1462cc5fa8d411c13d0fc9 (diff)
downloadopenbmc-55146f686892f2e59cf8c93ecc134328da7dd378.tar.xz
phosphor-state-manager: srcrev bump 69a250dd45..bd28f02509
DelphineCCChiu (1): Support chassis power cycle William A. Kennington III (1): treewide: Remove uses of bind Includes change to add new target to recipe Change-Id: I4a500ce1b3891a352e707be2d0893bf86f417f6c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/state')
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb5
1 files changed, 3 insertions, 2 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 df7f917107..65b10c5171 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -127,11 +127,12 @@ CHASSIS_SYNCH_TARGETS = "start-pre start on stop-pre stop off reset-on"
# Chassis action power targets
# - on: Services to run to power on the chassis
# - off: Services to run to power off the chassis
+# - cycle: Services to run to cycle power to the chassis
# - powered-off: Services to run once chassis power is off
# - reset: Services to check chassis power state and update chassis "on" target
# - hard-off: Services to force an immediate power off of the chassis
# - blackout: Target to enter when chassis experiences blackout
-CHASSIS_ACTION_TARGETS = "poweron poweroff powered-off powerreset hard-poweroff blackout"
+CHASSIS_ACTION_TARGETS = "poweron poweroff powercycle powered-off powerreset hard-poweroff blackout"
# Track all host synchronization point targets
# - start-pre: Services to run before we start host boot
@@ -235,6 +236,6 @@ RESET_FMT_CTRL = "../${RESET_TMPL_CTRL}:${SYSD_TGT}.wants/${RESET_INSTFMT_CTRL}"
SYSTEMD_LINK:${PN}-obmc-targets += "${@compose_list_zip(d, 'RESET_FMT_CTRL', 'OBMC_CHASSIS_INSTANCES')}"
SRC_URI += "git://github.com/openbmc/phosphor-state-manager;branch=master;protocol=https"
-SRCREV = "69a250dd4504c53449bb5136435fddbc168edd1c"
+SRCREV = "bd28f02509d0f1d8e408ccf75fd88a875868352c"
S = "${WORKDIR}/git"