commit | 82921ae8e84b250e6436c8c005245bccd5c4706c | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Feb 02 14:25:06 2021 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Feb 02 20:40:44 2021 +0000 |
tree | a00d6f770bbd1704313dd0fe2afa94767b25cf44 | |
parent | 94555352240ba7ac577a7017c0719cd9bbeb7a23 [diff] |
Change an sdbusplus mock signature The signature of sd_bus_emit_properties_changed_strv changed. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I94cd218d04e4a79444314684020da1a1ff3969a3
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
To enable the use of Linux features like cgroups prioritization and udev/systemd control, one instance of phosphor-hwmon is intended to be run per hwmon sysfs class instance. This requires an algorithm for selecting a stable, well-known D-Bus busname. The algorithm is <PREFIX>-<ID>.Hwmon<N> where PREFIX is an autoconf configurable prefix (BUSNAME_PREFIX, xyz.openbmc_project by default), ID is a std::hash of the /sys/devices path backing the hwmon class instance, and N is the implemented phosphor-hwmon D-Bus API version.