| commit | 2bf01cc1c3705e4f42eb5c5452a688be85fc7b64 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 22:23:25 2025 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 22:23:44 2025 -0500 |
| tree | 512a6bfe0f845d01056db73fb19b142435829163 | |
| parent | 8ced92d40b2ba81a2b29c751d2438356e403c84a [diff] |
remove is_method_error call An `is_method_error` is not appropriate after an sdbus `call` since `call` will always throw an exception. Remove the pointless call and instead catch the exception. Change-Id: I9b5da6b36efaf9b1eddf15270a35690b66fed607 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps:
1. meson builddir 2. ninja -C builddir
To build with phal feature:
1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir
To clean the repository run ninja -C builddir/ clean.