commit | 302a61a5cf9c0f27bc91f08f5ee93b96f641da8d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 15:40:08 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 16:06:08 2021 -0500 |
tree | a931a0299182efa6f52c3f208b10180545fcb268 | |
parent | 8b8f606fc7219d5cd7fbf94646a2bf44d8f98f31 [diff] |
build: DRY dependencies Nearly everything uses 'sdbusplus' and 'nlohmann-json'. Since 'nlohmann-json' is a header-only library there is no issue with excessively including it as a dependency. DRY up the dependency specification by creating a 'default_deps' array that can contain these. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iad72eeda9b3cbd688eca5dee7df5ebc5dbe3878a
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