commit | bb25973aff4ef20651ed73381380a2e9d44dafdf | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed May 05 12:35:01 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed May 05 15:32:07 2021 -0700 |
tree | 8dbacac6b04048376e9e21eb277afcbb7a412ff6 | |
parent | d3e8794e290393236dec422a8d774209f81b7931 [diff] |
meson: Cleanup tests and make them execute again The tests were previously building but not executing. Fix the build so they execute and pass again. Change-Id: I6e29eadd4f51cf47d05f7172f37c76688955ac61 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.