commit | 6206723d6cd8a7fa678cedae0066b3dec4b6297e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Jun 19 17:39:33 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Jun 19 18:32:09 2019 -0700 |
tree | 29e318b242b53058922c270176427f8c6be79245 | |
parent | 827886a372ad2f97d31edbfd8a649460133d1af3 [diff] |
rename Object type to InterfaceMap Rename the Object type to InterfaceMap to give it a less opaque name. The word object is somewhat overloaded. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie1862450c15c8a8cecf7fcbec3552608d6a20cce
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.