meta-openpower: openpower-proc-control: point at bin
Point launches of openpower-proc-control to bin instead of sbin.
openpower-proc-control: srcrev bump aa2030c2fb..b964c92815
Patrick Venture (1):
build: install into bin instead of sbin
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: If4786142541aaa10fe4857f9a3563d41b27a6c96
diff --git a/recipes-phosphor/fsi/op-fsi/fsi-disable.service b/recipes-phosphor/fsi/op-fsi/fsi-disable.service
index 11c8563..6988c4f 100644
--- a/recipes-phosphor/fsi/op-fsi/fsi-disable.service
+++ b/recipes-phosphor/fsi/op-fsi/fsi-disable.service
@@ -3,7 +3,7 @@
Conflicts=fsi-enable.service
[Service]
-ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
+ExecStart=/usr/bin/openpower-proc-control setSyncFSIClock
ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes