From 3113a28098811ebdf2c89721dc88e346de804c9a Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 9 Apr 2019 11:21:43 -0700 Subject: 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 (From meta-openpower rev: f4bf3e1ed9cb8de3030952b0e72843e41a943a03) Signed-off-by: Patrick Venture Change-Id: I06dd1a06b7d47fbe32854e66973dd1053ed58d26 Signed-off-by: Brad Bishop --- meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service | 2 +- meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service index 11c8563f3..6988c4fa2 100644 --- a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service +++ b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service @@ -3,7 +3,7 @@ Description=Disable FSI 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 diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb index 961e8f583..9e7fb54c6 100644 --- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb +++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb @@ -11,7 +11,7 @@ inherit autotools obmc-phosphor-utils pkgconfig pythonnative inherit systemd SRC_URI += "git://github.com/openbmc/openpower-proc-control" -SRCREV = "aa2030c2fb261ec9c3e43a04afdf8b7602d20258" +SRCREV = "b964c928156c2e71fe3bc9a2693b02cfbba5309c" DEPENDS += " \ autoconf-archive-native \ -- cgit v1.2.3