summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2020-02-11 22:51:26 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-27 16:19:28 +0300
commit4fcaceaedccfdf5763043dedc975ff31cbd207f5 (patch)
treed65a1c91ae6b089319e489d9388e04132a112d70 /meta-openpower
parent5944191fb1ae22516dd76946c81f9f48bb6368cd (diff)
downloadopenbmc-4fcaceaedccfdf5763043dedc975ff31cbd207f5.tar.xz
openpower-proc-control: Add new service file for setting the SPI mux
This service file is only necessary with phal-type systems, so only install it there. (From meta-openpower rev: 85ffbd0d999a823d4d07042c8bb36d89a48fd66d) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I4335368cf7c57fc74f70efa5f4906189c2791954 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/host/op-proc-control_git.bb1
1 files changed, 1 insertions, 0 deletions
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 9f17aa243..01ef6b043 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -33,4 +33,5 @@ SYSTEMD_SERVICE_${PN} += " \
xyz.openbmc_project.Control.Host.NMI.service \
op-stop-instructions@.service \
op-cfam-reset.service \
+ ${@bb.utils.contains('OBMC_MACHINE_FEATURES', 'phal', 'set-spi-mux.service', '', d)} \
"