commit | 56dcd51235a20953f2c258edea51472c9720c6be | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 14:32:51 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 14:56:47 2021 -0500 |
tree | 2bf013ce554b6d2212c5f1ae68788b3a15152c6b | |
parent | 3911b821b3c2316d0e19cd6d93906c05de2952e3 [diff] |
.gitignore: update for meson conversion This repository was converted from cmake to meson a while back now, but the .gitignore file still contained a lot of cmake content. * Remove cmake-related content * Add meson-related content from other repositories as a reference (ex. phosphor-logging). * Leave IDE-related content alone. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ide3f11957f0b50c06d66ad794bca2ee932275ad3
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