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"
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 022420e..ed103c1 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -75,7 +75,9 @@
 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"
 DBUS_SERVICE:${PN}-bmc += "xyz.openbmc_project.State.BMC.service"
+DBUS_SERVICE:${PN}-bmc += "obmc-bmc-service-quiesce@.target"
 
 FILES:${PN}-hypervisor = "${bindir}/phosphor-hypervisor-state-manager"
 DBUS_SERVICE:${PN}-hypervisor += "xyz.openbmc_project.State.Hypervisor.service"
@@ -191,6 +193,6 @@
 
 
 SRC_URI += "git://github.com/openbmc/phosphor-state-manager;branch=master;protocol=https"
-SRCREV = "d93da7759068c558e93d94c36d7767fdf12f9928"
+SRCREV = "15cee5bd43a011f3d8c970dafaac86a8d70e503f"
 
 S = "${WORKDIR}/git"