commit | 4c955c31d96d4e3781abd9e9f9cf5c6aa1adfd56 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Sat May 16 13:32:22 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Sat May 16 13:39:55 2020 -0500 |
tree | 63a0e396b802b1fbdbb2715a2f6156ab120dd4aa | |
parent | ab139ce99287d1aa429c42eaa3e14cf20e09d3c6 [diff] |
remove un-needed use statement The latest yocto flags an error, indicating the redeclaration of "using ActivationInherit::activation;". The code does not match the doxygen and it is declared twice. The use statement does not appear to be needed so just remove it all. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I849b52fad61a96190195ffa64c4aca20c9bedbc8
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.