commit | 16eafec02e004281b98eb350a348fce79ee53c91 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Feb 14 11:37:08 2023 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu May 18 11:56:21 2023 -0500 |
tree | f5f6cba1ed1fa9a4fc37effb3781045b1c2040e8 | |
parent | 27884e6b66612e7bf7906642f6ada4c048c11331 [diff] |
OpenPOWER: Remove duplicate OriginatedBy interface The OriginatedBy interface is added to the base entry class but again added to resource and system dump entries which is causing issue while starting the service. Change-Id: I936dbccf9a7a2d26595cceea48daa4c67278c999 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.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