#
7699b485
|
| 30-May-2025 |
Patrick Williams <patrick@stwcx.xyz> |
Add BusName directives to service files
Adding the BusName directive to service files enables systemd to better know when the daemon is started up enough to begin operations. This is useful for dep
Add BusName directives to service files
Adding the BusName directive to service files enables systemd to better know when the daemon is started up enough to begin operations. This is useful for dependencies, so that the dependent service is delayed until its dependency is ready to process.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id3214ce4f0d9536b560d4505e5b45eaed179941f
show more ...
|
#
b75a54f7
|
| 27-May-2025 |
Patrick Williams <patrick@stwcx.xyz> |
move all sensor daemons to libexec
Per the organization anti-pattern, executables are expected to be installed into libexec instead of bin[1]. Update service files and meson to install there.
[1]:
move all sensor daemons to libexec
Per the organization anti-pattern, executables are expected to be installed into libexec instead of bin[1]. Update service files and meson to install there.
[1]: https://github.com/openbmc/docs/blob/master/anti-patterns.md#incorrect-placement-of-executables-in-sbin-usrsbin-or-bin-usrbin
Change-Id: I1eb4003e94b83b09829d63346c2e16a3ff02a3e9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
255da6b4
|
| 28-Jul-2022 |
Thu Nguyen <thu@os.amperecomputing.com> |
cpusensor: Change cpusensor to intelcpusensor
cpusensor class is specifically used for Intel CPU. The name of this class and the build option should be changed to reflect with their role. The patch
cpusensor: Change cpusensor to intelcpusensor
cpusensor class is specifically used for Intel CPU. The name of this class and the build option should be changed to reflect with their role. The patch set https://gerrit.openbmc.org/c/openbmc/openbmc/+/56096 is required to prevent the build error in openbmc source.
Tested: 1. No build error.
Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Change-Id: I1f941fffa10222cdac908fd763dccc866ba0e8a6
show more ...
|