summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-06-29 22:38:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-12 01:04:54 +0300
commitc8c422aff85aa6c1183cdb924ba29fe185b336b8 (patch)
treefbe844d5e861d0ea8dc9bb7419745b28c665dbe0 /meta-openbmc-machines
parent443a4d6e0f0a208858f77cb486a10fcb32efd9e1 (diff)
downloadopenbmc-c8c422aff85aa6c1183cdb924ba29fe185b336b8.tar.xz
Fix dependency in fsi-enable.service
The hub scan was removed, now it's just the regular fsi-scan. Change-Id: I9fc73d5a21cb3233311f2eb5d583311461ed6cc7 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/fsi/op-fsi/fsi-enable.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
index 4e95b25167..e14803204d 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
@@ -1,8 +1,8 @@
[Unit]
Description=Enable FSI
Conflicts=fsi-disable.service
-Wants=fsi-hub-scan@0.service
-Before=fsi-hub-scan@0.service
+Wants=fsi-scan@0.service
+Before=fsi-scan@0.service
[Service]
ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"