commit | ffaaef78fc1ea644dc83c1b93734181116974611 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed May 05 12:21:28 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed May 05 12:21:52 2021 -0700 |
tree | 1a1eccc1e8d876b1f08e5caf693f0320becf3f30 | |
parent | 6f42e3568ffd1addcb409f9c7ad9bdc111cf5537 [diff] |
gitignore: Ignore all build directories Change-Id: I09d9323467cb90431f6ef3974a080d31292432e9 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.