commit | 30cab6296637819aa95d5c64f67eb355b777dde3 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 14:50:58 2024 +0530 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Mon Nov 11 04:43:24 2024 +0000 |
tree | 849578fe7960569644e03c96a33c9c114e24e81e | |
parent | 02e598ab445833e0ce615f88ac0aed7288a100e0 [diff] |
Fix spelling mistakes using codespell This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool. [1]: https://github.com/codespell-project/codespell Change-Id: Ib72ad9234220f72a4acbdbb46ab32045d94f0948 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.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.