commit | b1a958615e602217fb9e0729dcb9e650994d9904 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Jun 27 19:55:44 2024 +0930 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Jun 27 21:09:22 2024 +0930 |
tree | 482869c495b36dde55cc2ba4641009d777727d13 | |
parent | 3dc7bc882e2597db9a0ddeb78fc1c91581192955 [diff] |
subprojects: Add libgpiod wrap Created with `meson wrap install libgpiod`. Change-Id: I60b3d5d8498c3c803363b5421a2b8a860128e635 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
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