commit | 60ab262ba48e0b29e11871b92a77d927821b1cfd | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Tue Apr 26 07:29:39 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Nov 07 03:59:47 2022 -0600 |
tree | 2b819a61509d0f534eab7d677f162ea4392fa71c | |
parent | ba3e91419a0f2a252723684150552fbf6bed33b5 [diff] |
dreport: Fix warnings displayed during plugin execution Tested: Tue Apr 26 07:20:23 UTC 2022 INFO: Collected proc fd Tue Apr 26 07:20:18 UTC 2022 INFO: Collected Attribute list Tue Apr 26 07:20:18 UTC 2022 INFO: Copied Device tree file /var/lib/phosphor-software-manager/hostfw/running/DEVTREE Tue Apr 26 07:20:18 UTC 2022 INFO: Copied Attribute info db /usr/share/pdata/attributes_info.db Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I34e454552b5f903721acf6149a4abee6b3f53bb7
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