commit | 9306716d9f372865f6f3c90f029a84326b6bdaf5 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Fri Jul 23 10:39:30 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Aug 12 16:30:57 2021 +0000 |
tree | 35a2d9bc7f11b44077379f17b4b08be47dcd2731 | |
parent | e4bfb47cacbab517d15ad965174fc04368742df7 [diff] |
util::dbus: Make common the transition host support Move transition host support from attention handler specific code to common util code. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I7fb4970354aaeca65fcc074107f99262e504ac34
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