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/meta-romulus/recipes-phosphor/host/op-host-control/vcs_workaround@.service b/meta-romulus/recipes-phosphor/host/op-host-control/vcs_workaround@.service
new file mode 100644
index 0000000..fa414b9
--- /dev/null
+++ b/meta-romulus/recipes-phosphor/host/op-host-control/vcs_workaround@.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Run VCS workaround on host%i
+Wants=avsbus-enable@%i.service
+After=avsbus-enable@%i.service
+Conflicts=obmc-power-chassis-off@%i.target
+
+[Service]
+ExecStart={sbindir}/openpower-proc-control vcsWorkaround
+Type=oneshot
+RemainAfterExit=yes
+
+[Install]
+WantedBy=obmc-power-chassis-on@%i.target