commit | 57de251c6282084252500b5e27f3fbad38f87d1f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:12 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Tue Feb 11 01:48:54 2025 -0600 |
tree | f0686a54211df21ab39cb0916cdd5db531a0f0d0 | |
parent | 4207adcd7d82406294abf6a3dc6b635a3e23668e [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: Ic556a6e6065b9df4cf778ba91d7bf5619f2955ca Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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