commit | aa72e7f063d5819fa00151880b00558560639162 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Nov 24 01:06:17 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Nov 24 01:08:05 2022 -0600 |
tree | 01138fb1f215af8534bad78c3cc971cca7d6be4e | |
parent | cdb589774594347de95972652e02bbb58d1297f7 [diff] |
Update OWNERS file to add reviewer Update OWNERS file to add myself as reviewer - name: Dhruvaraj Subhashchandran email: dhruvaraj@in.ibm.com discord: dhruvibm Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I1bb0e479f88154a78c706f079d99d4a2998f9c8d
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