dbus-sensors
dbus-sensors copied to clipboard
D-Bus configurable sensor scanning applications
https://github.com/openbmc/dbus-sensors/blob/0b207a624f925460797a51974b77b275d4c05e30/src/TachSensor.cpp#L92
The tests/meson.build has below: ``` have_boost_dbus = meson.get_compiler('cpp').has_header('dbus/connection.hpp') if have_boost_dbus test(...) endif ``` There is no `'dbus/connection.hpp'` anyway, so the tests are not really enabled at all. And the content...
It isn't watching for an InterfacesRemoved signal from entity-manager, so it doesn't realize the device went away and still tries to read it anyway, so it treats it like an...
If the DISABLE_* cmake options were also used to disable compilation, then the bitbake recipe would be able to select dependencies based on which applications are actually enabled, since as...
Pwms control fan(s) but have no association property pointing to those fans.