commit | 5d0b767aeb11d10a91a8dd519cf1ad0b22fc76c5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 09 08:21:17 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 29 08:54:07 2021 -0500 |
tree | c04a0627ab9ab1f787b3a8cb252be255dfbbe4a1 | |
parent | ec9fc42563bd5c68193e58ef0f533c0952e86ed7 [diff] |
Sensor.Value: add defaults for min/max Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I059ecabe4c02fc9decc08ce403d78ca34b25abf6
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