commit | 88122e73fc21e84999659133e67c8b9f21a78f5e | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon May 24 12:59:03 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Sep 23 22:30:11 2021 +0000 |
tree | 0dbd61fa2801a30769872dac95b2c5f8e6723943 | |
parent | 6f25e7e01e37d6b2b5382169260fcf3cd9b9dc6c [diff] |
nvmesensor: Disable NVMe MI MCTP by default Building nvmesensor against the correct libmctp is a fraught experience, so disable it by default to ensure we can get some CI coverage. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ic9cd415271289c448c0b61bbba77e50cf636b7a2
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