commit | af3b526dd3be292d17f7f8627611226575d7d559 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Mar 07 01:31:32 2022 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Mar 07 01:47:28 2022 -0600 |
tree | b39498f87fcd400a1370245af2784ce628168351 | |
parent | 18be42d015d3a2d5032e6a806bb3db37a8896491 [diff] |
dreport: Added error handling support in badvpd This is to fix below error message in the journal logs. cp: can't stat '/tmp/bad-vpd': No such file or directory "bad-vpd" is an optional file created vpd, to store the failing data. Tested: verified using dreport command line tool "INFO: No Bad VPD data" Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I56854c044d5479f48669736204d9b929fc5d8db5
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