commit | 9c4053455f479c85221712f790187076669e0d59 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat May 29 15:01:43 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Sat May 29 15:01:48 2021 -0700 |
tree | 641d3b83d90a43a6059190865de21deb25f92440 | |
parent | e32ce16bb6cc527b2e46b6e90ef7ac47404da173 [diff] |
build: test: Fix invalid variable We don't define the build_tests variable, reference the option directly instead. Change-Id: Ic190c083c2c4ebd4c1b3715cea39b563e0294b6d 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 either a std::hash of the /sys/devices path backing the hwmon class instance or provided suffix value from the command line, and N is the implemented phosphor-hwmon D-Bus API version.