commit | a098210fc1ff08378b9643174534020cc6822ac3 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Feb 16 14:19:41 2022 -0600 |
committer | Ben Tyner <ben.tyner@ibm.com> | Mon Feb 28 13:50:59 2022 +0000 |
tree | bb8752db7f074a8b2cb5b1b235d0515bfbf91a10 | |
parent | faf33367ce771fbfd1ef58f0b3d395fbd308e8a8 [diff] |
attn: Remove dbus method wrapper extended support The attention handler dbus method wrapper function allowed for specifying an extended function parameter for things like get property. This is no longer being used and was removed. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I16ed0af65093cbaa577e4a72dee45e441efff104
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