commit | ffb4867f4a1f2fcc142c25f1f9f5295fdd8aac2b | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Fri Jul 23 12:29:03 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Aug 12 16:30:57 2021 +0000 |
tree | 9aecdf005ce97f863f4f76c1acd93b157f443861 | |
parent | 9306716d9f372865f6f3c90f029a84326b6bdaf5 [diff] |
util::dbus: Make common the autorebootEnabled code Move the code for checking autoreboot property from attention handler specific code to common utility dbus code. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Ia2b5e4bd3d7baa57ca46600cb5ed150144d5728e
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