commit | 3afa33d6fdb2286620f4a3316e160d6c18025808 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Wed Apr 13 11:14:44 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Nov 07 03:58:19 2022 -0600 |
tree | c77b5cd177c5610313eba22c21e6c3948717f704 | |
parent | fd4f3cadb0c874db91beb1f02840c8d3b69efda5 [diff] |
op:dreport change path of device-tree to copy to dump 1) At present using mount path, which might change so using the permanent path. Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Id29bbed3ac462ea6c74bb4112d515feb29657962
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