commit | 5765b1db83fba91d74056572c0e6c1149721575e | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Fri Dec 04 01:29:44 2020 -0600 |
committer | Ramesh Iyyar <rameshi1@in.ibm.com> | Wed Dec 16 05:22:16 2020 -0600 |
tree | 41342d0d9fa6add5bce0327db2e13cb9063ad290 | |
parent | 3af5c32bc26f108501ae3353f9470f122a687b7c [diff] |
ibm-host-system-dump-offload: Used CustomFd Used "CustomFd" class instead closeFD() to avoid call in requried place for close fd. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Id210713e4ae67495ee504fab47067c8a5643c930
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