warm-reboot: stop instr and cfam reset

Install the new stop instructions and cfam reset services required for a
warm reboot into the appropriate target

Includes following in bump:

Andrew Geissler (4):
      warm-reboot: ensure sbe start bit is 0
      warm reboot: stop instructions support
      warm-reboot: add cfam-reset capabilities
      warm-reboot: cfam-reset service

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I2e3b1e4306e56f7193c0e1564b07ade7e4fcce9f
diff --git a/recipes-phosphor/host/p9-host-start.bb b/recipes-phosphor/host/p9-host-start.bb
index 3743598..6905f34 100644
--- a/recipes-phosphor/host/p9-host-start.bb
+++ b/recipes-phosphor/host/p9-host-start.bb
@@ -11,7 +11,9 @@
 PROVIDES += 'virtual/obmc-host-ctl'
 RPROVIDES_${PN} += 'virtual-obmc-host-ctl'
 
-RDEPENDS_${PN} += "p9-vcs-workaround op-proc-control"
+RDEPENDS_${PN} += "p9-vcs-workaround \
+                   op-proc-control \
+                   op-proc-control-systemd-links"
 
 S = "${WORKDIR}"