commit | 2246cca047e65613c4ad76848cfb34f78330bfcc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 09:32:52 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 09:32:52 2021 -0500 |
tree | 22086f925ca7bc42d94e5b4c16f33aadc1056dec | |
parent | 7bea73b399a93de69d2b6436a9428d3587a406f0 [diff] |
exception: switch to public sdbus exception SdBusError was intended to be a private error type inside sdbusplus. Switch all catch locations to use the general sdbusplus::exception type. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I013d8a225f7a15601a5defa487d7030daad77270
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.