commit | c9e2db5e277bb69f10c75f970d435df412639842 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Feb 14 21:27:17 2022 +0000 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Feb 18 23:15:19 2022 +0000 |
tree | 503c4a1184d281e4b41ef0ba78c910ea3b25e30a | |
parent | 46b5e2ba568283569f6b73ad273dfb52ec1dd5ad [diff] |
attn: Add dependency to service file Start the attn_handler.service after the openpower-update-bios-attr-table.service since that's the service that sets up the DEVTREE file. Also update the path to DEVTREE since pnor is being deprecated. Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Change-Id: Ia160ea5d529acb618690f8fa6e586bc0ef0729c0
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