commit | 78942d689bd38966e18ca3b4206f840313b0008b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 22:00:41 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 22:00:43 2022 -0600 |
tree | 3d4eaaaa13a77f49c11b597c753475ab612377b5 | |
parent | b74fca129fc045ee2711ab815e4cb5916a2ec657 [diff] |
ramoops: avoid deleting root Add checking that the optional_path is provided so that root cannot be deleted. Also, fix all the shellcheck errors and reformat with beautysh. Fixes openbmc/phosphor-debug-collector#24. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1fd4d0693443e54045b29efb3b92da770eb2933a
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