commit | ebce7df14bfbe89d58af36f8ab42d67dc4661c15 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Apr 23 16:19:11 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Tue Apr 23 16:19:11 2019 -0700 |
tree | df43481dec64227948233bdd1e61e9fe33f8c4c0 | |
parent | 84e9e6620339d8d545f8144eb804dab3aa7fdfd2 [diff] |
Minor CmakeLists fixes Built out of tree and caught a few missing things. No functional changes. Change-Id: I49710cd2434e6e4c07b9dc4f477a3711e7cd52c4 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