commit | 5a842c3e3931993bcb184300b289c8a82ecd6322 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Nov 21 21:38:14 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Mon Nov 26 08:58:29 2018 -0800 |
tree | 850a86e74a5101375fd58f85ee60d2f2b27e23bb | |
parent | 0e74975747f46aeb8da7790c6176d5372187b75e [diff] |
build: drop extra check Drop an extra check for a specific sdbusplus header file after checking for the library. Change-Id: If20864a1998434ae9de0689e324ddf7c6406777d 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.