commit | ddbf1c68e33f18797fafffc4615b19178b9fdb8d | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Oct 17 12:08:22 2019 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Oct 17 12:10:05 2019 -0500 |
tree | 8c4f9f294759b6a75b3c13401ab133a9c2363464 | |
parent | 778f5c39b1e53ee291f10a6d4d13d8fb16bbc112 [diff] |
Update sensor-architecture.md link sensor-architecture.md is moving under architecture/ as part of https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/26251/ 26251 should merge before this is merged. Change-Id: I3d01bf49d4bf22a18c74a96d0547dcbd060ef046 Signed-off-by: Gunnar Mills <gmills@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. ./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.