commit | 4bc1c2be9a74e5d7651e1438ad32c6afe6e81244 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon May 10 14:22:18 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon May 10 14:25:36 2021 -0500 |
tree | 140a9a83ea15c797b4c7da115089ceb6b99d03f2 | |
parent | 0af74a5e46bfc1b2014cfe54261b2a9926a7cecc [diff] |
use new sdbus++ camelcase Change I17a8d7479556596a3cf252b3f4eae9c8df547189 will change how sdbus++ generates names which start with an acronym. Prepare for this by keying off the SDBUSPP_NEW_CAMELCASE define to use the new format. Changes: vSPString -> vspString Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idec24c3e2d58abca39fe236051f28567b626e260
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test