commit | d6e64b1c627b1dd6f89e2248842e235b579525b3 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Sep 20 11:42:09 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Oct 05 22:12:27 2018 -0400 |
tree | 8dfe84674292c9f3e02d8e7c77a8d59575a9bcc6 | |
parent | 7b29b074dc3d016a98bb8c69dc29a0e584d78d57 [diff] |
Remove dependency to the system manager service The GPIOs have moved out of the system manager's D-Bus object and the skeleton apps have been updated to get the information from json (ref: openbmc/skeleton 0f3fd5aa2d41a1b1bde5df471db74519ec82ef35). Remove the dependency out of the service files since it's not needed anymore. Tested: Verified there were no errors when removing the system manager app. (From meta-phosphor rev: 84bd534fb02c6dc5b4cad8a83b5402946c6cb094) Change-Id: I4cab0ce2f2a93857e9dee0a1b363e859a52108e7 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-button-power/org.openbmc.buttons.Power@.service b/meta-phosphor/recipes-phosphor/chassis/obmc-button-power/org.openbmc.buttons.Power@.service index 443ecbb..fad4f13 100644 --- a/meta-phosphor/recipes-phosphor/chassis/obmc-button-power/org.openbmc.buttons.Power@.service +++ b/meta-phosphor/recipes-phosphor/chassis/obmc-button-power/org.openbmc.buttons.Power@.service
@@ -1,7 +1,5 @@ [Unit] Description=Phosphor Power Button%i -Wants=mapper-wait@-org-openbmc-managers-System.service -After=mapper-wait@-org-openbmc-managers-System.service [Service] Restart=always
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset/org.openbmc.buttons.reset@.service b/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset/org.openbmc.buttons.reset@.service index e535e65..395eeb9 100644 --- a/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset/org.openbmc.buttons.reset@.service +++ b/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset/org.openbmc.buttons.reset@.service
@@ -1,7 +1,5 @@ [Unit] Description=Phosphor Reset Button%i -Wants=mapper-wait@-org-openbmc-managers-System.service -After=mapper-wait@-org-openbmc-managers-System.service [Service] Restart=always
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/org.openbmc.control.Power@.service b/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/org.openbmc.control.Power@.service index 95ef0b8..9903e6e 100644 --- a/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/org.openbmc.control.Power@.service +++ b/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/org.openbmc.control.Power@.service
@@ -1,7 +1,5 @@ [Unit] Description=Phosphor Power%i Control -Wants=mapper-wait@-org-openbmc-managers-System.service -After=mapper-wait@-org-openbmc-managers-System.service [Service] EnvironmentFile={envfiledir}/obmc/power_control
diff --git a/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/org.openbmc.control.Host@.service b/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/org.openbmc.control.Host@.service index 9a64002..e922711 100644 --- a/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/org.openbmc.control.Host@.service +++ b/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/org.openbmc.control.Host@.service
@@ -1,7 +1,5 @@ [Unit] Description=OpenPOWER Host%i Control -Wants=mapper-wait@-org-openbmc-managers-System.service -After=mapper-wait@-org-openbmc-managers-System.service [Service] Restart=always