commit | 0c1487cb3db64d0781a7a36d78d3d810d1d79c9c | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Sat Jun 01 11:07:26 2024 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Jun 06 08:43:31 2024 -0500 |
tree | 7d24e83fad8101791ecdb8940a4462ae9c131d54 | |
parent | a92dc027c4532d20ba94c96ab7029d74fad6e6cb [diff] |
Option to override dump request D-Bus path Added option for overriding the object path for requesting OpenPOWER dumps. On recent systems the object path is changed so adding option to override the path in the recipe. Change-Id: I457831630aa4208e0455082a8f0c4096b084d843 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.
Aditional details TBD.
For a standard OpenBMC release build, you want something like:
meson -Dtests=disabled <build_dir> ninja -C <build_dir> ninja -C <build_dir> install
For a test / debug build, a typical configuration is:
meson -Dtests=enabled <build_dir> ninja -C <build_dir> test