commit | fe2c50d70c366f2454c30bfec3e22f53243a00bb | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Fri Jul 23 13:38:53 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Aug 12 16:30:57 2021 +0000 |
tree | 4de789e169d81bb87d706da3b27951dbecd45e9a | |
parent | ffb4867f4a1f2fcc142c25f1f9f5295fdd8aac2b [diff] |
util::dbus: Make common the hostRunningState code Move the code for getting the host running state from attention handler specific code to common utility code. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I457662cc13aa4dc89b321f238cd060e7e7486d1b
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