#
4302aa57 |
| 04-Dec-2024 |
Adriana Kobylak <anoo@us.ibm.com> |
Add the new Software.Manager to service dependencies
Remove the Wants dependencies to the old code update service, these services start by default. Add Before/After dependencies on the new Software.
Add the new Software.Manager to service dependencies
Remove the Wants dependencies to the old code update service, these services start by default. Add Before/After dependencies on the new Software.Manager service to support both the old and the new flow.
Change-Id: Iec0ee77ec90d34422bad001ff789dcf215f0ac0f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
#
42fa0484 |
| 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: I9e39d9cc7af6df22b5293e5579d9154
treewide: remove dependencies on mapper.target
The mapper is dbus activated now, so these explicit dependency declarations are unnecessary and redundant.
Change-Id: I9e39d9cc7af6df22b5293e5579d9154fd2b22cf9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
3387b3ec |
| 08-Nov-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
systemd: avoid {BUSNAME}
The idiomatic way to replace tokens is with autoconf or with the meson configure_file directive, so avoid relying on bitbake recipes to replace tokens.
In this case, don't
systemd: avoid {BUSNAME}
The idiomatic way to replace tokens is with autoconf or with the meson configure_file directive, so avoid relying on bitbake recipes to replace tokens.
In this case, don't bother with a replaceable token because the service name is already hardcoded in a variety of other places and because, changing well-known DBus names is something to avoid anyway.
Change-Id: I4341ec0e3d809153571cc70d3bc71153fd72f552 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
59d56576 |
| 28-Oct-2019 |
Adriana Kobylak <anoo@us.ibm.com> |
Host.Updater.service: Move dependency on ubi service to the ubi service
The org.open_power.Software.Host.Updater.service is a service common to the static and ubi layout, but it had a dependency on
Host.Updater.service: Move dependency on ubi service to the ubi service
The org.open_power.Software.Host.Updater.service is a service common to the static and ubi layout, but it had a dependency on a ubi service. It doesn't cause a failure on the static layout because the dependency is a Wants vs a Required, but it should not be there. Move the dependency instead to the ubi service.
Tested: Verified on witherspoon that the org.open_power.Software.Host.Updater.service started followed by the obmc-flash-bios-ubipatch.service as it did before.
Change-Id: I9c850e312d0b11faaf2a08db6b3ccb17cdfcbcb6 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
#
10e915ab |
| 31-May-2019 |
Adriana Kobylak <anoo@us.ibm.com> |
Move script and systemd service files into repo
Move the obmc-flash-bios script and systemd service files from openbmc/openbmc to the local repo.
Tested: PNOR code update was successful on withersp
Move script and systemd service files into repo
Move the obmc-flash-bios script and systemd service files from openbmc/openbmc to the local repo.
Tested: PNOR code update was successful on witherspoon.
Change-Id: Ibb7adba0638b8205173cb0ec4d4d61f2aeb6ce28 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|