commit | 0892c3fbb5a984554f576489ab57e70fb46a127d | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Jun 27 14:24:03 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Jun 28 19:43:33 2019 -0700 |
tree | baf49e05a52c5806610a13b8ab4bfa7f7d475fc6 | |
parent | feb744a71b5a70ba2726fed7f002adf50e5c859b [diff] |
drop remove_from_dbus_on_fail option Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8af40d0db98c2d995542cbc46821b0f6cf602de0
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.