commit | a62c069fdb3281cbcd9bd06b3e7965ddafb82e70 | [log] [tgz] |
---|---|---|
author | Jeff Lin <JeffLin2@quantatw.com> | Thu Feb 18 16:22:14 2021 +0800 |
committer | Jeff Lin <JeffLin2@quantatw.com> | Thu Feb 18 16:33:10 2021 +0800 |
tree | a83c0e54650c9482585a07dda953c12d9aaec078 | |
parent | 49d12d8955495d4091b4520605c9e4510fcd743b [diff] |
meson: add external sensor to meson build Add external to unit_files to make the service can be installed. Tested: Add configuration for exteranlSensor and verify pass. Signed-off-by: Jeff Lin <JeffLin2@quantatw.com> Change-Id: I1ca650cc15d8191fdbecc25d5b5ba099f3ee1920
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