commit | 63abdd45629567321c3dc7ed1a3668ee894b222d | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Fri Mar 01 13:43:44 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Fri Mar 01 13:53:21 2019 -0800 |
tree | 47a222fb7133e1007ad65acc655566d6e102321a | |
parent | e28d1fa0585338beb84efaa576190bb98788e1f4 [diff] |
cmakelists: Make sensors able to be disabled Some vendors may not want all sensors, make them able to be disabled. Also alphabetize them. Change-Id: Idf6cec39cd1b521784cc3528945c5069e1e43763 Signed-off-by: James Feist <james.feist@linux.intel.com>
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access