From 4fcaceaedccfdf5763043dedc975ff31cbd207f5 Mon Sep 17 00:00:00 2001 From: Eddie James Date: Tue, 11 Feb 2020 13:51:26 -0600 Subject: 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 Change-Id: I4335368cf7c57fc74f70efa5f4906189c2791954 Signed-off-by: Andrew Geissler --- meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openpower/recipes-phosphor') 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)} \ " -- cgit v1.2.3