commit | fdc0c3a12d58a0694718fe4616d9d91eab97b460 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Sep 14 01:38:27 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 25 13:49:19 2020 +0000 |
tree | fd49d6eaa48c2fa6c427690847f0e5ac79ba65a1 | |
parent | 50427253669148dfc3eb1c49c80effbddf4a0044 [diff] |
Fix shellcheck errors in dreport Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I64e9de12b9e8c71fc501936a39926388729fb370
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test