commit | bc58decd5e7ee14d069c48cd69227b95f3cb5eca | [log] [tgz] |
---|---|---|
author | Anton D. Kachalov <gmouse@google.com> | Tue Mar 16 13:39:14 2021 +0100 |
committer | Anton D. Kachalov <gmouse@google.com> | Tue Mar 16 13:44:47 2021 +0100 |
tree | b23c2767f9b002a35d942d1ce36ccc4b8ee20539 | |
parent | 82921ae8e84b250e6436c8c005245bccd5c4706c [diff] |
Make shellcheck happy about the max31785-msl script Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I84a6ce4fa6ff9172c2c91f93e6d01784d9ea46f9
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
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.