commit | e3b23c06d4dd61ad29978f9abb719a7af0c84353 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Sep 23 11:29:49 2021 +0930 |
committer | Ed Tanous <ed@tanous.net> | Thu Sep 23 16:09:56 2021 +0000 |
tree | 212da4b3de1f7885a71f34fa3f377446f1d883d5 | |
parent | 33703af797949b47375086988daeac89b47b5db1 [diff] |
meson: Disable PSABI warning We rebuild everything together, don't clutter output with compatibility warnings. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I3786d5a8f3255ceca0c323691d64dd29660eed9b
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