commit | 3f556a84c60bb2c6adc0617901e7ec87bcdabdf8 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 11:25:15 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 11:26:20 2022 -0500 |
tree | c29dc180b2e999b3097745cd93f1b2e2795d8d41 | |
parent | 58fa1a5ad580b70d32d35a16c29c7c3523666ab9 [diff] |
meson: simplify dependencies Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If0797ab803bbc5b254487e2050c69deceb829976
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