phosphor-state-manager: srcrev bump d93da77590..15cee5bd43
Andrew Geissler (8):
crit-service: initial service and parsing
crit-service: create error on failed service
crit-service: add failed unit to error log
crit-service: create bmc dump on failure
crit-service: start bmc quiesce target on fail
crit-service: refactor unit state checking
crit-service: check for bmc quiesce on startup
crit-service: enable monitoring of critical services
Thang Tran (1):
check requested state before update properties
Includes adding new default critical services json and bmc quiesce
target.
Change-Id: I96f2e8b327cdeec0c0a4bf3c8c69615a75544f49
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager-systemd-links.inc b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager-systemd-links.inc
index c93503e..71f7d8e 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager-systemd-links.inc
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager-systemd-links.inc
@@ -9,6 +9,10 @@
TARGET="../phosphor-discover-system-state@.service"
ln -s $TARGET $LINK
+ LINK="$D$systemd_system_unitdir/obmc-bmc-service-quiesce@0.target"
+ TARGET="./obmc-bmc-service-quiesce@.target"
+ ln -s $TARGET $LINK
+
mkdir -p $D$systemd_system_unitdir/obmc-chassis-poweron@0.target.wants
LINK="$D$systemd_system_unitdir/obmc-chassis-poweron@0.target.wants/phosphor-reset-host-recovery@0.service"
TARGET="../phosphor-reset-host-recovery@.service"