commit | caac77dc638377c67db15ca2db9d72d05076841b | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Apr 17 17:38:02 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Apr 18 08:56:11 2018 -0700 |
tree | 7aed8476629885ee2bedb1cc1195e323d2fd17c9 | |
parent | d4beecfa33c1cd8ecc688ce472594284216cf541 [diff] |
Update configure.ac to fix gtest Updated the configure.ac to match the example and this fixed gtest. Change-Id: I246f5e4da257a0475c69505fd357d7441087b525 Signed-off-by: Patrick Venture <venture@google.com>
Exposes generic hwmon entries as DBus objects.
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.