commit | 5203d48a53a352bb4899542c59ebe8996dfaa3dc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:13:11 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 16:40:24 2022 +0000 |
tree | 132347fe54b75f28ea85256193b997b20c0f0464 | |
parent | c4f67be6a674dc2cc8f1236ef468055fe1bf2e8f [diff] |
prettier: re-format Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository. Change-Id: I07d5f6906d6d142c0c6f56ec52c99dd8597fc861 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: 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 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.