commit | bd00955bd5a000b245fa0420153875bbd9b6022f | [log] [tgz] |
---|---|---|
author | SwethaParasa <parasa.swetha1@ibm.com> | Fri Jul 12 04:36:51 2024 -0500 |
committer | Gopichand Paturi <gopichandpaturi@gmail.com> | Wed Apr 16 20:37:34 2025 -0500 |
tree | c28c15a2c347721806994b98e552e4b4584a73e5 | |
parent | 218bf9119e45f2a46601e709af39d5b338ee944e [diff] |
Create BMC Dump directory if not present Change-Id: I5e646f06fd35187d60e7bbc37213f935f5084810 Signed-off-by: Swetha Parasa <parasa.swetha1@ibm.com> Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>
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