commit | abec9d549a9fa5aa4cf3d0f767534a5874658f4b | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Tue Feb 27 15:39:48 2024 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 28 20:04:42 2024 +0000 |
tree | fcf5427d7d84744bf557897b36893007f5a0cb9c | |
parent | c6883fc4f6d0f4da3b05f3274ac0a654dff96969 [diff] |
storage metric: add generic path Add the generic path for the storage metric and the specific paths will be relative to it, which will be computed at run-time. Delete the TmpStorage path from the interface file. Change-Id: Iaa82443c432b2e6c8d4a79aaa917d1ba88eec850 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
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