commit | d54618168d143988d183af831228a3a88e7c615b | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Tue Mar 15 14:16:19 2022 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Tue Mar 15 14:16:19 2022 -0500 |
tree | 308e19b6165f57448ebe9848f6d6b904f2777176 | |
parent | 728f21f8747bd8d05b441a33ccb76f95b22575b8 [diff] |
MAINTAINERS/OWNERS: Removal of `msbarth` Change-Id: I1faaaf72edf925a3be99d1ad6c93f98ff485ca45 Signed-off-by: Matthew Barth <msbarth@us.ibm.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.