commit | 357be88fc1e5696abd963bf0a2aab6740a55f507 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon Mar 25 16:09:53 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Mar 25 23:10:39 2019 +0000 |
tree | 32c4f5a92f9a488dabd3c9a57dec6589174c710d | |
parent | 209ec56cca898725213140fd0d1205a4d2f1c6a4 [diff] |
Remove #warning ignore Isn't an issue anymore. Tested: It compiles Change-Id: I59e343db79459c55538f4d9828ac269237e1b015 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