commit | 2e476ac3563776b5320cf33f8fe05c5ac539c3a6 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Mar 12 16:06:22 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Mar 21 17:41:12 2019 +0000 |
tree | c4182d6033a0c9e8e8252fa69c7a05bca93ef20f | |
parent | 17cfad6ce0a217697703d0b9c40bdc3ebd3f1b43 [diff] |
flip error and help message on failure Flip the error and help message on failure. Change-Id: Ib75d6df87a37411edd7283fdf7785e8d56e417ea Signed-off-by: Patrick Venture <venture@google.com>
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.