commit | 94bc05fc98281e1a82957f5febdaf298d0aafeed | [log] [tgz] |
---|---|---|
author | Gopichand Paturi <gopichandpaturi@gmail.com> | Tue Jun 11 03:45:30 2024 -0500 |
committer | Gopichand Paturi <gopichandpaturi@gmail.com> | Tue Apr 15 07:55:14 2025 +0000 |
tree | 752690b4612b2af4518f524d9050b5c64fdaaca6 | |
parent | 4e0251d1d7d2fb415ded18b858c92d3c2364f858 [diff] |
dreport: Remove IBM and OpenPower plugin dump scripts IBM and OpenPower plugins are being moved to openpower-debug-collector repository. So these scripts can be removed from here. Recipe changes to remove installation of these scripts from this repository.https://gerrit.openbmc.org/c/openbmc/openbmc/+/71687/ Tested: Verified that scripts are getting installed correctly from openpower-debug-collector instead of this repo. Change-Id: Ie9b2bbfc6ec94aa27f49d635be40ec41ecf95763 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