commit | 8f40d35bdd83a032987c5dbbbd6fced8fe3a866e | [log] [tgz] |
---|---|---|
author | PriyangaRamasamy <priyanga24@in.ibm.com> | Mon May 04 12:14:53 2020 -0500 |
committer | PriyangaRamasamy <priyanga24@in.ibm.com> | Thu Jan 07 07:38:44 2021 -0600 |
tree | cb24733202dd8b5aa0c0e118d1d4771c6fee4285 | |
parent | 4c7663b0e50e13724efe62284073eca6ac2fcb24 [diff] |
Interface YAML:Battery This commit provides the interface YAML for Battery. Signed-off-by: Priyanga Ramasamy <priyanga24@in.ibm.com> Change-Id: I805c2bc38551f497fd2ddc780db94096da2e6e93
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