summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-06-07 23:36:54 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-11 23:09:03 +0300
commit2b5a779bfa0b93f7e35bb40762a7314fdb4877f1 (patch)
tree02dceb8727ef5c8264de42a4619e91b4007e6f42
parent6b0ff120bd74483254c2b5e0dc490de091c26d7e (diff)
downloadopenbmc-2b5a779bfa0b93f7e35bb40762a7314fdb4877f1.tar.xz
phosphor-ipmi-host: Remove HostIpmi requirement
We have systems that have no host present, but require the use of the network ipmi functionality. This requirement doesn't work for these systems since they don't have a host transfer mechanism. This doesn't change the ordering requirements of the services. (From meta-phosphor rev: 484aa1574f390c9a32ba3a31fb5518d94058d7d9) Change-Id: I455b7dad4aecda64b0bc05c0349b011e0e8885d3 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
index 62687d68c8..ab898313a4 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
@@ -11,7 +11,6 @@ Wants=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service
After=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service
Wants=clear-once.service
After=clear-once.service
-Requires=org.openbmc.HostIpmi.service
After=org.openbmc.HostIpmi.service
[Service]