summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-08 21:00:45 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-09 15:48:12 +0300
commit9ea31e346eb61edc6799638b37ed8abea334a8af (patch)
tree0d8d1c439bb42ab44f36c3e3e3343acbd89b446a
parenta08cd4092695d638587b25ab35041ab99a914f8b (diff)
downloadopenbmc-9ea31e346eb61edc6799638b37ed8abea334a8af.tar.xz
phosphor-state-manager: srcrev bump 57c0a893cd..e56feb492e
Andrew Geissler (6): fix existing markdownlint issues in file bmc-ready: new optional feature definition bmc-ready: utility function to check bmc state bmc-ready: don't allow power operations if not ready bmc-ready: auto power restart function update bmc-ready: update documentation about new optional feature Change-Id: I3a5141a86ad8a3d077a76dd0285cd97d417ec25e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb2
1 files changed, 1 insertions, 1 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 b0f7ef3616..d129f4ada1 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -243,6 +243,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 = "57c0a893cd5cb987633d278e09f941f7899a81b0"
+SRCREV = "e56feb492ef70295d49b6856cd649c1bf13a86eb"
S = "${WORKDIR}/git"