commit | 09d9c23699f625479c85724c34421c52be7b17e4 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Feb 13 07:40:21 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Feb 13 07:40:21 2019 -0800 |
tree | c1bc59b74d37160f6c7d519cc4581d0d6440c0a9 | |
parent | cd40c8815a9533cb72d97e1d316e91650f14b024 [diff] |
build: pkg anti-pattern: use defaults Use the defaults in the pkg check where the default error message is sufficient to identify which package is missing. Change-Id: Iad7753b8e6a80307ad57a9a6dd2d442ec7fe0e67 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.