commit | 69d821b0368b8c6943a91c7f96528e2c0047f432 | [log] [tgz] |
---|---|---|
author | Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> | Wed Jun 02 19:17:06 2021 -0500 |
committer | Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> | Fri Jun 04 14:34:13 2021 +0000 |
tree | 8932ed6136fa27b6d618f07c1b6d5b162f9cabed | |
parent | 0ae40524799fc0030418dbcf2899ca55246a6386 [diff] |
phosphor-dbus-interfaces: Add enum value "Pascals" The `DBus-sensors` package now implements the pressure sensor, and the `xyz.openbmc_project.Sensor.Value` should provide the `Pascals` at enum's of "Unit"-property. End-user-impact: The `xyz.openbmc_project.Sensor.Value.Unit` now represents the 'Pascals' type of pressure sensors values. Signed-off-by: Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> Change-Id: I926a6aa35e15f1513bd21066f8cda68fbc9a5b69
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir