commit | a385d8999fa1893690e150383c93b2b91f43d339 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:40 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Feb 02 11:42:38 2025 +0000 |
tree | 2761525164edf049e4d7b77b3d9b1eb2c7b49a3a | |
parent | 94539af60991235bc921c848ab1aba47485265b3 [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: I3d64de176b93f505e36517d4747c48edad8898b7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps:
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 a meson configurable prefix (BUSNAME_PREFIX=xyz.openbmc_project
by default), ID is either a std::hash
of the /sys/devices
path backing the hwmon class instance or provided suffix value from the command line, and N is the implemented phosphor-hwmon D-Bus API version.