commit | c4f67be6a674dc2cc8f1236ef468055fe1bf2e8f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:23:40 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:23:40 2022 -0600 |
tree | d5d132490c045a327c3c867914884f9f8a19aaa0 | |
parent | c9d61613d4365b8c0945a60a14fea69ed07d4b45 [diff] |
beautysh: re-format beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh files to have a consistent formatting. Re-run the formatter on the whole repository. Change-Id: I20d4441de96dcdd6dcabb23c8cf3eb0a7a71919a 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.