commit | ed708de3a629531dc2fdb8e70946fb24e112d617 | [log] [tgz] |
---|---|---|
author | Gaurav Gandhi <gauravgandhi@google.com> | Tue Aug 24 21:34:59 2021 +0000 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 04 17:38:46 2022 +0000 |
tree | c8a771b1f233fdba33ecba8360fcd5a13c025a77 | |
parent | 4f703341d9f9b1bf873d3aa93255573e9eb44bfa [diff] |
Update power cap interface Add Min, Max properties which can be used by phosphor-host-ipmid Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com> Change-Id: Ib1622b53c93fa33a050bfd2db954c3d5619f0bb4
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 and org/freedesktop 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