commit | e22aca712e024a8989d4d0f2c6235513abb06d13 | [log] [tgz] |
---|---|---|
author | Chirag Sharma <chirshar@in.ibm.com> | Mon Jan 18 09:55:29 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Feb 02 04:05:41 2021 +0000 |
tree | 95b2ee942b4a40f290ba00965e63bc14f887ad37 | |
parent | 24e0c5910af87fac22c08dd61d2315cd98c56fcd [diff] |
Renaming ubifs-workaround flag to jffs-workaround Changes: Renaming the ubifs-workaround flag to jffs-workaround. Default behaviour is IN_CREATE, if jffs-workaround is enabled will monitor for IN_CLOSE_WRITE. Test: Tested the fix on romulus i.e. jffs2, ext4 and ubifs. The core file is getting transferred to dump folder. Also did full build for jffs and ext4 fs. Change-Id: I964f5923ad73926db214526aa6c62fca9ac90ba8 Signed-off-by: Chirag Sharma <chirshar@in.ibm.com>
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