commit | 9a7ef7c639a5cb538759cf13d078282d69ae6111 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Nov 21 21:37:23 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Mon Jan 14 12:31:35 2019 -0800 |
tree | 7c85b6483f404c41784cc603a4ec6146e9a1b400 | |
parent | 99b95815550d2d84140d00032e341b8206fa9601 [diff] |
build: cleanup configure script PKG_CHECK_MODULES Cleanup the configure script package include lines. There isn't a set style for this yet, but this is an attempt to improve readability whereas it's often one long line per library. Change-Id: I9df8c9384b54bba30bb49193ee2dd6e532f99249 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.