commit | 3786b8c369d15f6182f6fa5565e0485282329971 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Sat May 19 02:12:13 2018 +0930 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri May 18 17:48:35 2018 +0000 |
tree | bdab46c64aa7f8ff4605e5c10ee5cd8cbfc58872 | |
parent | 5dc6fe7c8cf6571988c130e8d2127de63963a3f4 [diff] |
Add MAINTAINERS file Change-Id: I21fd38620b72c984bbe8afdca71fd17c65fcb144 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
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.