commit | 00d8ade53c7fcea79ec6a71b74d431f2a4a6bf4b | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Tue Jan 14 11:30:04 2020 +0800 |
committer | Lei YU <mine260309@gmail.com> | Mon Jan 20 03:06:08 2020 +0000 |
tree | bb952fca71c598e820e2805a2b051a349cf24fca | |
parent | fa9a6bec4bbf062f0fd670357fb7ee0731c3f241 [diff] |
generate-tar: Add --interactive=never for rm On generating Witherspoon PNOR tarball, rm is asking for confirmation on removing the files in the temp dir, because the partitions are read-only now. Add --interactive=never so that it does not ask for interaction. Tested: Run the script to generate Witherspoon PNOR and verify it does not ask for interfaction to remove the files in temp dir. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I89e94e47e02fab53eaca952a70dc672407b75cc7
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`.