commit | 2a6835d765fed0ac8b767193cdb48a7d04ab9f5c | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Mon Oct 11 18:59:09 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Mon Oct 11 18:59:09 2021 +0800 |
tree | 0a35fca7b5e67a14519bca0cc44a8b627676549e | |
parent | 9d2d72264319f421d87b2ac93d8e08d84bd9c527 [diff] |
ramoops: Check files in pstore The code was wrong that it passes the pstore dir and create a dump. Actually it should get the files in pstore dir, and do not create a dump if it's an empty dir or the dir does not exist. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id9e2452c93c5e2897441d22d00aeec8b04aca3ee
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 -Dtests=enabled build ninja -C build test