Revision Date Author Comments
# c568ac1a 02-Jan-2024 Andrew Geissler <geissonator@yahoo.com>

scheduled-host: fix dependency syntax

Noticed recently that the scheduled host service is missing the "@" for
its dependency on the host state service. This results in the
scheduled host service sta

scheduled-host: fix dependency syntax

Noticed recently that the scheduled host service is missing the "@" for
its dependency on the host state service. This results in the
scheduled host service starting before the host state which is not good
if a scheduled power on is needed at BMC startup.

Tested:
- Confirmed the scheduled host service now starts after the host state
service

Change-Id: Ic0f63e18859dc782e84f841c3f1dc2b5b01034d7
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...


# 46068d9b 14-Feb-2023 Brad Bishop <bradleyb@fuzziesquirrel.com>

treewide: remove dependencies on mapper.target

The mapper is dbus activated now, so these explicit dependency
declarations are unnecessary and redundant.

Change-Id: I9898fa6c9918a6ab4fe166acf5d335f

treewide: remove dependencies on mapper.target

The mapper is dbus activated now, so these explicit dependency
declarations are unnecessary and redundant.

Change-Id: I9898fa6c9918a6ab4fe166acf5d335f89c1540fd
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# a5eefd0f 20-Jan-2023 Andrew Geissler <geissonator@yahoo.com>

service-deps: remove logging as dependency

With the introduction of the following best practice:
https://github.com/openbmc/docs/commit/43421bdd06dece37b2acc4c656d7839bfedcc681

It was determined th

service-deps: remove logging as dependency

With the introduction of the following best practice:
https://github.com/openbmc/docs/commit/43421bdd06dece37b2acc4c656d7839bfedcc681

It was determined that phosphor-logging should be a d-bus activated
service. That is, this service will be activated when called so there is
no reason to specifically list it as a dependency in service files.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I8d871768bd3e515741825287bed4646a51c9b996

show more ...


# 211d972d 07-Apr-2022 Patrick Williams <patrick@stwcx.xyz>

sched-host-tran: support multi-host

The State.Host objects are now templated, so the ScheduledHostTransition
similarly needs to be templated.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Cha

sched-host-tran: support multi-host

The State.Host objects are now templated, so the ScheduledHostTransition
similarly needs to be templated.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I60751dbe5fff5e3c0c2c7a19515524cf5f6bc8f7

show more ...