commit | 4f7b9bd3150506bd396fe6a59182f78b4c593ddd | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Nov 25 08:11:12 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Dec 03 07:52:36 2021 -0600 |
tree | b2e8236d762952eeaed82d7d64be920a2a589e06 | |
parent | 0ac7c38f64ce2c5a170ab6fe219d26e599713da3 [diff] |
Add TemporaryFile class Added support for creating temporary file - Constructor creates the temporary file. - Destructor deletes the file. - Provided remove function to delete the file. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I2a5e81af8cf4f4621e5ec6437b936126b7e9ba5a
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`.