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-pdbg-host-control/vcs_workaround@.service b/meta-romulus/recipes-phosphor/host/op-host-control/vcs_workaround@.service
similarity index 81%
rename from meta-romulus/recipes-phosphor/host/op-pdbg-host-control/vcs_workaround@.service
rename to meta-romulus/recipes-phosphor/host/op-host-control/vcs_workaround@.service
index a2b5397..fa414b9 100644
--- a/meta-romulus/recipes-phosphor/host/op-pdbg-host-control/vcs_workaround@.service
+++ b/meta-romulus/recipes-phosphor/host/op-host-control/vcs_workaround@.service
@@ -5,7 +5,7 @@
 Conflicts=obmc-power-chassis-off@%i.target
 
 [Service]
-ExecStart={bindir}/vcs_workaround.sh {MACHINE}
+ExecStart={sbindir}/openpower-proc-control vcsWorkaround
 Type=oneshot
 RemainAfterExit=yes
 
diff --git a/meta-romulus/recipes-phosphor/host/p9-vcs-workaround.bbappend b/meta-romulus/recipes-phosphor/host/p9-vcs-workaround.bbappend
index 8e1072c..d1d952e 100644
--- a/meta-romulus/recipes-phosphor/host/p9-vcs-workaround.bbappend
+++ b/meta-romulus/recipes-phosphor/host/p9-vcs-workaround.bbappend
@@ -1 +1 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/op-pdbg-host-control:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/op-host-control:"