commit | 883a59d45f1b3e2277c3d77c7f853059b104aba4 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 17:51:12 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 17:51:12 2020 -0500 |
tree | 3d10eef27210ccbaa0071a0b8defde0248e5f43b | |
parent | 72aeb9263872ab499353a854448e67801a9a64a9 [diff] |
sdbusplus: replace message::variant with std::variant Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia01b13a33b1cbd96815bd9e91456bcdcf2528742
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`.