commit | 587941d0af66ac183984c832c4f0b2958c8daa38 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon May 24 16:24:55 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Sep 23 22:30:11 2021 +0000 |
tree | 5fb86e4e7359e375d31173864489fb7aec6c16ff | |
parent | 88122e73fc21e84999659133e67c8b9f21a78f5e [diff] |
nvmesensor: Enable by default Now that the MCTP backend isn't a hard dependency, build nvmesensor out of the box. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I3fa26e92c30a91fa92f4c8521125b678f0b8dd7d
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