commit | 8fa48a46b4db114a671e2dafe5edeccc1a294cd9 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Apr 26 08:45:53 2021 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Apr 26 08:47:53 2021 -0700 |
tree | e480c098984e9279b92dac64340ddb4a1f25bdef | |
parent | 73769099e215de68fbb6c82664eb682cacce9f56 [diff] |
MAINTAINERS: Handoff from Venture to Kim Handoff maintainer from Patrick to Brandon. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I538992dbdcdba5c9b7caea9bbe3c06c6194c5d15
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
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 a std::hash of the /sys/devices path backing the hwmon class instance, and N is the implemented phosphor-hwmon D-Bus API version.