commit | 27512cf82dd7caf27a5886c050623499686d1fe8 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Mar 06 08:33:11 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Mar 06 08:58:36 2019 -0800 |
tree | fa0f17202a231300d0935177af0fa7a4245fc146 | |
parent | 09d9c23699f625479c85724c34421c52be7b17e4 [diff] |
Cleanup _gitignore Cleanup the .gitignore file, and add some new pieces for code coverage. Change-Id: I26c961956b07b51018c7edc50459bf2fe09541fc Signed-off-by: Patrick Venture <venture@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. ./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.