commit | 46a29b7f21c03fbe7230abc6feff3991efd9f76b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 10:43:13 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 10:43:13 2022 -0600 |
tree | 2a5e05844828b00f1e58ca28397aa5cea0ef57b8 | |
parent | 5203d48a53a352bb4899542c59ebe8996dfaa3dc [diff] |
markdownlint: fix all warnings Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia4527cf44351f3a009b2f742a619fad3e0921b06
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.