commit | 69a5a7ab9d2135015e4d18c410555ff93671738e | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Sat Nov 14 16:22:59 2020 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 18 16:07:05 2020 +0000 |
tree | e41729f24cf55324a375194a9c96b218260a0bbe | |
parent | 3b4737761094a4ae00b5d7052e00baee0a5c1bc8 [diff] |
boot-progress: track time of last update Introduce a new BootProgressLastUpdate property which will track the time since Epoch that the BootProgress property was updated. This will allow users to determine the amount of time the system has been in the current boot step. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ide3e19483e8e0e9aa013fbca9ff9c0c4608d4315
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