commit | d3e8794e290393236dec422a8d774209f81b7931 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed May 05 12:26:53 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed May 05 12:27:07 2021 -0700 |
tree | b92ba8dcb8b901166fcafec78a8dffba47d56aee | |
parent | f9aff8055ce6e10554282421646839321f5fc53c [diff] |
meson: Explicitly check for CLI11 dependency Change-Id: Ifaf6e5aba783285c16e8aae278e34dde6aa9d52c 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.