commit | f9aff8055ce6e10554282421646839321f5fc53c | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed May 05 12:06:24 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed May 05 12:21:52 2021 -0700 |
tree | 9c3c65048ea5c42715e3c488cef24109e6e5b5f7 | |
parent | ffaaef78fc1ea644dc83c1b93734181116974611 [diff] |
meson: Cleanup library linking Change-Id: Ie1fa47ec3c6f2d2a88f8487f3a533c5ebd801612 Signed-off-by: William A. Kennington III <wak@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. meson build 2. ninja -C build To clean the repository run `rm -rf build`.
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.