commit | 1daaf26afe0fe1add45393ef25937bcecf8f2b82 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Mar 30 15:16:08 2018 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Thu Apr 12 21:57:06 2018 +0000 |
tree | e6a8b4aca50177b224f9433ad80c742e16cd7acf | |
parent | 2a51a9c98f21113aa09d9965ec27612d9a7df28e [diff] |
README: Reword cleaning the repo Reworded cleaning the repo. The old wording did not make sense. Change-Id: I6d0859b7c7cb325abf3940b21324211b1e9b3757 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Exposes generic hwmon entries as DBus objects.
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.