commit | 9f51481f3e1d48e5479624fb40f2df279152d453 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Jun 27 10:19:32 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Jun 27 10:20:49 2018 -0700 |
tree | 18d589a653fd78df411052fe889e23e50ea5482b | |
parent | a4353bcfd0d1274f9454c9731d26ff49d3d40cb7 [diff] |
update configure and test/Makefile.am Update configure.ac and test/Makefile.am to properly handle newer googletest, per gerrit/11203. Change-Id: I13563216784389d0a32f802daf23d75658e0288e 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.