commit | 22448c5621215c01a9d7267b3c65e1fca3422a01 | [log] [tgz] |
---|---|---|
author | Chirag Sharma <chirshar@in.ibm.com> | Tue Oct 27 07:46:15 2020 -0500 |
committer | chiragsibm <chiragsibm@gmail.com> | Fri Apr 09 12:20:09 2021 +0000 |
tree | 8038fe577099e06a1fb26ea2bc74f965e515661f | |
parent | 537642dad8025560c7200ac159d2f66ff74f8642 [diff] |
dreport: Populating missing fields of header Changes: -Added time. -Added bmc serial number -Added dump entry Result: Tested the dump header using busctl command and dreport script. Able to add dump header on top of the <obmcdump>.tar.xz file. In hexdump o/p can see the time, serial number and entry details. Separated out the header from the output file using dd command: dd bs=628 skip=1 if=<obmc dump>.tar.xz of=openbmc.tar.xz The new output file doesn't have the header now and can be unzipped. Post unzipping the files in the dump can be seen. Signed-off-by: Chirag Sharma <chirshar@in.ibm.com> Change-Id: Ia8af50cebb09350d93a631531495081c24667f26
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