commit | ba3e91419a0f2a252723684150552fbf6bed33b5 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Tue Apr 12 06:49:48 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Nov 07 03:59:25 2022 -0600 |
tree | f935e4f4a842fb7686fcf1b117d6326032775e35 | |
parent | 7f8fe7fb5ff10d17fa654b6e93b30acddd52bfa2 [diff] |
ibm:dreport: move IBM specific dump plugins to repository 1) IBM specific plugins from the IBM specific dump recipe will be moved to ibm.d/plugins.d folder in the repository. 2) IBM specific dump recipe will install the IBM specific dump plugins from the repository. 4) Recipe changes will be made similar to https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/52752/6/ meta-openpower/recipes-phosphor/dump/phosphor-debug-collector_%2525.bbappend to copy plugins from repository to /usr/share during install Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I7f4d092d4678cee1c2831b024523057c2fc3474f
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