commit | a3943e6e385fc396478902a90faf433ac5b5d34a | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Sep 08 23:24:37 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Dec 15 16:16:07 2020 +0000 |
tree | 9af6dceca6db72694a9d313ced5e1fd4b2061c9f | |
parent | 02f196d40802ee0b4d0b37f8781edb7c481b1300 [diff] |
Update Create interface to return object path. Update the create interface to return the object path to the progress tracker object. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Icd2295daf437669e7e3e521bcb65c2503c23cc30
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