commit | 778f5c39b1e53ee291f10a6d4d13d8fb16bbc112 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Oct 07 15:48:15 2019 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Oct 07 18:15:22 2019 -0400 |
tree | f82b9a7b4996ca138da7ae773a9557c43ef997c6 | |
parent | 57e18b941ba4745686416e4ad8bb2258dd0d7fe9 [diff] |
tests: fix warnings Fix a couple of warnings: -Werror=unused-parameter so we can use meson's warning_level=3 and -Werror without build failures. Change-Id: I1c3930226b34d6beeb7c5fb5ce135c722d3e8758 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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.