commit | 85f25407598494d8f91890df5152501680a067dd | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Oct 09 13:56:59 2019 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 15 10:10:14 2019 -0500 |
tree | 38502dadc0e8ff5ca8c2c8878db877dc73d09785 | |
parent | ddf2b748bfd6eace6e1ab6d06bf6d006027b2c90 [diff] |
generate-tar: Set permissions of partition files to read only Set file permissions to 440 since the PNOR partition files are intended to be read-only and managed by the mbox application, so the permissions should be set accordingly for cases where the BMC root filesystem is not read-only. Tested: Before: -rw-r--r-- 1 root root 1179648 Oct 9 18:43 HBD After: -r--r----- 1 root root 1179648 Oct 9 15:33 HBD Change-Id: I9eaf773fc09a12c4c0ed02302a41eb959719013f 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`.