Use openpower-proc-control in bitbake

The executable built from this repository will now be
used in start_host@.service and vcs_workaround@.service
instead of the shell scripts that use pdbg to do FSI commands.

Change-Id: I8ef3075449b562d64295ae330bd2c150264a0607
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/common/recipes-phosphor/host/op-host-control/start_host@.service b/common/recipes-phosphor/host/op-host-control/start_host@.service
new file mode 100644
index 0000000..20a2938
--- /dev/null
+++ b/common/recipes-phosphor/host/op-host-control/start_host@.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=Start host%i SBE
+After=obmc-host-start-pre@%i.target
+Wants=obmc-host-start@%i.target
+Before=obmc-host-start@%i.target
+Before=obmc-host-started@%i.target
+Wants=obmc-power-on@%i.target
+After=obmc-power-on@%i.target
+Conflicts=obmc-chassis-stop@%i.target
+
+[Service]
+ExecStart={sbindir}/openpower-proc-control startHost
+Type=oneshot
+RemainAfterExit=yes
+
+[Install]
+WantedBy=obmc-chassis-start@%i.target