commit | 97c15686d6f08ae670c1a2b5120cfbc93ec022d6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 06:06:46 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 06:07:10 2021 -0500 |
tree | a90733e9c65bc76ff0afa210f77ad48bcffe7569 | |
parent | f4694d714f2cef97edce01ae47f8a3da13d8a895 [diff] |
cleanup sdbus CAMELCASE define The transition from 4bc1c2be9a74e5d7651e1438ad32c6afe6e81244 is complete so clean up the old defines. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I85cde2d7a6962a3858cd24ea6d510cf8e0429ade
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test