commit | 6a391de429f7f3ef54aca821be0d70acee6b84a7 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Jul 08 13:03:10 2020 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Jul 14 10:12:05 2020 -0500 |
tree | 2c87b7e16535c8206a0e515ac335904b1baa9e31 | |
parent | ecac0ae208cfc437f2a8634d215ca67f118bf6af [diff] |
Print the errno from a fail in the journal When a file access fails, print the errno of the failure in the same journal entry the filename is already printed. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I20d268f563cf1bbfa2a5f9780c02998d075f5275
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
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 a std::hash of the /sys/devices path backing the hwmon class instance, and N is the implemented phosphor-hwmon D-Bus API version.