commit | 075dd8f9d5d3dd9dc66e57e46f78da9fa4f89587 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Mar 10 15:08:56 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 16 20:02:19 2017 +0000 |
tree | a3161c8fa5c2f2d8ec0971f43527a131f166a0af | |
parent | 271835196dbce2eefa6fa62480d9414b1474da86 [diff] |
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:"