commit | 29b5d446743b5452ae3eb6ffad3785a9f0c7c96e | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Mar 24 16:20:31 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Mar 24 16:20:31 2021 -0500 |
tree | e435df1744be44c3f905298fcb7662d27173be32 | |
parent | 26c4d763d3dcddc3638a960973cefef506b3735b [diff] |
remove host-on file rm The removal of this file was moved into the phosphor-state-manager applications. This is the final commit in that series: https://github.com/openbmc/phosphor-state-manager/commit/4a4c1a69432dd88a4204e7a15a838aae75ae1d12 Clearing it in the host stop path in this service file caused complexity with other paths like BMC resets with the host up and warm reboots. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I4e156d3818b225529c6a6c172d7042d5ca431804
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`.