commit | b6865fdcc10dbfd5ff023f3b74d9c8b645d319db | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Mon Dec 16 08:40:38 2024 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Thu Jan 02 15:19:28 2025 +0000 |
tree | 7fa1bd501e9818c1edfb20955c5a54da2e30a59e | |
parent | e96daf6c50adb9164eecc2e67cbc137546ca4c2f [diff] |
Remove vim mode lines It isn't necessary to store editor settings in source files. Change-Id: I248bb4db00e3abd93fab50d59c63e1cf48b2ee65 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps:
To clean the repository run rm -rf build
.
To enable the use of Linux features like cgroups prioritization and udev/systemd control, one instance of phosphor-hwmon is intended to be run per hwmon sysfs class instance.
This requires an algorithm for selecting a stable, well-known D-Bus busname.
The algorithm is <PREFIX>-<ID>.Hwmon<N>
where PREFIX is a meson configurable prefix (BUSNAME_PREFIX=xyz.openbmc_project
by default), ID is either a std::hash
of the /sys/devices
path backing the hwmon class instance or provided suffix value from the command line, and N is the implemented phosphor-hwmon D-Bus API version.