commit | 42260bc33a33ba21e50d132e996268bba33108fd | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Feb 16 14:36:58 2022 -0600 |
committer | Ben Tyner <ben.tyner@ibm.com> | Mon Feb 28 13:51:39 2022 +0000 |
tree | 2ed9ead063d0f00ea0967f0de7840ea73ba83f56 | |
parent | a098210fc1ff08378b9643174534020cc6822ac3 [diff] |
attn: Changed dbus method wrapper to use util The attention handler dbus method wrapper was changed to use the util dbus find service function to find the dbus service for the method. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I0b32ba419c8fc68c8b7326a3e5c0f527979a65e8
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