summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
diff options
context:
space:
mode:
authorLei YU <yulei.sh@bytedance.com>2021-07-09 05:15:43 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-07-13 19:26:50 +0300
commitacb97cc1d572de3efbe8d09aa1c98d042474bd43 (patch)
treeff2802ebee6769dcdebc87b10562ba8e7d5b148f /meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
parent95d0e050ae200255de82a3d63d0be8a8ea6b95e5 (diff)
downloadopenbmc-acb97cc1d572de3efbe8d09aa1c98d042474bd43.tar.xz
phosphor-state-manager: srcrev bump and remove obmc-mapper.target
The obmc-mapper.target is removed from the repo and will be installed in another openbmc recipe. Bump the srcrev cd0ebe867b..3ac78dfd6e and remove the obmc-mapper.target from its recipe. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If01074d52db9690e1b74cc63eed6eceb3e850f60
Diffstat (limited to 'meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb3
1 files changed, 1 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 98f944c74..acc96e18d 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -164,7 +164,6 @@ QUIESCE_INSTFMT = "obmc-host-quiesce@{1}.target"
QUIESCE_FMT = "../${QUIESCE_TMPL}:${CRASH_TIMEOUT_TGTFMT}.wants/${QUIESCE_INSTFMT}"
SYSTEMD_SERVICE_${PN}-obmc-targets += " \
- obmc-mapper.target \
obmc-fans-ready.target \
obmc-fan-control.target \
obmc-fan-control-ready@.target \
@@ -184,6 +183,6 @@ SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'FAN_LINK_FMT', 'OBMC_CHA
SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'QUIESCE_FMT', 'HOST_ERROR_TARGETS', 'OBMC_HOST_INSTANCES')}"
SRC_URI += "git://github.com/openbmc/phosphor-state-manager"
-SRCREV = "3ac78dfd6e3c6bf1c673e6acc8e6dc2deb6bd98b"
+SRCREV = "65bfcf57920d6fac62dbc9dd4a4fabdfe0c53228"
S = "${WORKDIR}/git"