commit | 207469f901a9cd3ea791e9a7bec4d8c697ac479c | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Apr 17 10:35:26 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Apr 17 11:11:15 2018 -0500 |
tree | bf388d8e1708788df9c579b8ba942fd7444a2cba | |
parent | a9cfcedc9a6efdd180a5cfa506a59906deb1372f [diff] |
Make the name of the signature verify feature unique The verify_signature feature name is the same as the one used in the phosphor-software-manager repo which manages the BMC firmware updates. Change the name to make it different to be able to control enabling the feature individually via recipes, since enabling it on the phosphor recipe enables it for the pnor code as well (due to the recipe dependency on virtual-obmc-image-manager). Change-Id: I73e446dd6d5f0995132bc60403e08d16d07703bd Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
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`.