commit | 40d67193171defa5c3970a4273c55a0515982bde | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Feb 01 06:36:38 2023 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Feb 02 00:04:19 2023 -0600 |
tree | 1137ba6825441b063fa4482cdd4823b6872b5e1f | |
parent | 4cb0799f166f5a740bdd239d4cd7a062118821a0 [diff] |
dreport: fix invalid -type related error With recent beautysh updates dreport -type option is broken with below error "Invalid -type, Only summary log is available" Tested: verified dreport -v -t user. Change-Id: Id3cc1d1165acc4e10b94268b91df448758cdd428 Signed-off-by: Jayanth Othayoth <ojayanth@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