commit | 7fe1aba91a7ec923d59765d81a2aebc72d2f82cc | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Tue Aug 30 09:50:27 2022 -0500 |
committer | Ben Tyner <ben.tyner@ibm.com> | Tue Aug 30 09:53:21 2022 -0500 |
tree | fe4381519ee4585ea85c3cea85e2331a79373850 | |
parent | 634dd5d5a4924bd2d6c3d2c20962cabf2d47e6b5 [diff] |
Make ATTN service stop a non-fatal event Return true always for request to stop the ATTN service. This is needed to pass CI in cases where the ATTN service is not installed. Tested: With change in place when op-stop-instructions service is started verify that journal does not indicate a failure in op-stop-instructions service specifically in current iteration of hardware CI. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Id1852082c768dd742afb85098a2120bda1acb41b
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`.