commit | 8df95be4e93cd2f2596a8acb1a79cdc0834da26e | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Mar 28 18:47:34 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Mar 28 18:47:34 2024 +0300 |
tree | a857a8c0698ffcf0d8aa3aa0cc6149033ee69cf5 | |
parent | 641299377c7352f9c946edf1527e5ded73c01f52 [diff] |
meson: Provide missing wrap files Currently "meson setup build" command fails because wrap files for some of the subprojects are not currently present. Provide missing wrap files to fix the issue. Tested: "meson setup build" now is executed successfully Change-Id: I47cf6424696cb836b623375e73b1a1ee887cfc40 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
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.