summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-02-27 11:38:35 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-03-01 16:08:47 +0000
commitd7a66d4fc76939b88864aa946cc0f8dc12864a7a (patch)
tree3322ff83c5d711d169924e1e712b9e84b4dc2b13 /meta-openbmc-machines
parent69ad48df75aea9dcbff3195cbf6690c249362e85 (diff)
downloadtalos-openbmc-d7a66d4fc76939b88864aa946cc0f8dc12864a7a.tar.gz
talos-openbmc-d7a66d4fc76939b88864aa946cc0f8dc12864a7a.zip
Ensure FSI scan runs before services that use FSI
The FSI scan must be done before start_host and vcs_workaround run in order for them to work propertly. Change-Id: I1305a65763ba35721d5655f1f3e6c2d8af5fdc71 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-pdbg-host-control/vcs_workaround@.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-pdbg-host-control/vcs_workaround@.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-pdbg-host-control/vcs_workaround@.service
index e4cd8a377..e759d5d64 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-pdbg-host-control/vcs_workaround@.service
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-pdbg-host-control/vcs_workaround@.service
@@ -4,6 +4,8 @@ Wants=obmc-host-start-pre@%i.target
Before=obmc-host-start-pre@%i.target
Wants=obmc-power-on@%i.target
After=obmc-power-on@%i.target
+Wants=fsi-scan@%i.service
+After=fsi-scan@%i.service
Conflicts=obmc-power-chassis-off@%i.target
[Service]
OpenPOWER on IntegriCloud