commit | 916dcf7e84a44283425f1008dad890ca115fbbeb | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu May 20 17:25:08 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Jun 01 14:58:33 2021 +0930 |
tree | 1b0787241c0d6b16bf579fe350e6a93db00f7810 | |
parent | 1b9e786a48f51342cdd2e924a48c89173506c096 [diff] |
nvmesensor: Link against liblibmctp Because the CMake build system ends up installing the library on the system as liblibmctp. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ibdac5a586ae4a7e8877a8eeea58f5b163a73d0d6
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