commit | 6f42e3568ffd1addcb409f9c7ad9bdc111cf5537 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Apr 28 13:47:37 2021 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Wed Apr 28 13:47:37 2021 -0500 |
tree | 2c3f43cc0376a2798611adea6c243e01762f85c1 | |
parent | d8cacfd45466b0695b1af00dbcedaa6907e085f1 [diff] |
Remove autotools files Now that meson is enabled in the bitbake build, remove support for building with autotools. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I49d66ca766d7d3475f454675124b3008f70bde4f
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. meson build 2. ninja -C build To clean the repository run `rm -rf build`.
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.