summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/flash
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2018-03-20 10:08:57 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-23 15:36:56 +0300
commita9c1a77edeaa280481488d567c93dca5fa3fd37b (patch)
treede689d7590454457ab7e9a9e7905538c7d00d475 /meta-phosphor/common/recipes-phosphor/flash
parent02f9a52c6c99ba70b8ab930f821979ab2c23a554 (diff)
downloadopenbmc-a9c1a77edeaa280481488d567c93dca5fa3fd37b.tar.xz
bmc flash service: Remove non-existing dependency
obmc-control-bmc service was removed from build but bmc flash service still depends on it, which causes it never starts and BMC will not enter ready state. Removing the non-existing dependency and this service can be started. Tested: Without this change, BMC becomes NotReady state after power on; With this change, BMC enters Ready state after power on. Change-Id: I469037cc5d5c15a695e1fd1730d14af7cbc03d73 Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/flash')
-rw-r--r--meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bmc/org.openbmc.control.BmcFlash.service2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bmc/org.openbmc.control.BmcFlash.service b/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bmc/org.openbmc.control.BmcFlash.service
index 9fd20bff31..bb97d8ab96 100644
--- a/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bmc/org.openbmc.control.BmcFlash.service
+++ b/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bmc/org.openbmc.control.BmcFlash.service
@@ -2,8 +2,6 @@
Description=Phosphor BMC Code Update
Wants=mapper-wait@-org-openbmc-managers-Download.service
After=mapper-wait@-org-openbmc-managers-Download.service
-Wants=mapper-wait@-org-openbmc-control-bmc0.service
-After=mapper-wait@-org-openbmc-control-bmc0.service
[Service]
Restart=always