commit | 6a22a2ffd18995b1f3b9e5601317543f6f527c8b | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Tue Oct 26 08:18:43 2021 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Tue Oct 26 08:19:05 2021 +0530 |
tree | fed915b7ed9217cbbd977433d134099fc77a1af8 | |
parent | 3a816147e3e1e1196e7da61b26ccbd01fdbbf6c2 [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I702c2eda94d453938c525e5808c97b17b2dbc3f9
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. meson build 2. ninja -C build 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 an autoconf 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.