commit | 728f21f8747bd8d05b441a33ccb76f95b22575b8 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Tue Feb 08 12:01:42 2022 -0800 |
committer | Willy Tu <wltu@google.com> | Tue Feb 08 12:01:59 2022 -0800 |
tree | 2770c2462d04cdb37b81a785f0343ae40aa713fb | |
parent | b6c1771bfd4dcc4bc461878424b3f71b3bffdbca [diff] |
phosphor-hwmon: Remove venture from reviewer Change-Id: I8d1241d6296f1ee9515679a5d0f4f4d75318fbfc Signed-off-by: Willy Tu <wltu@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.