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>
1 file changed
tree: 38502dadc0e8ff5ca8c2c8878db877dc73d09785
  1. m4/
  2. static/
  3. test/
  4. ubi/
  5. .clang-format
  6. .gitignore
  7. activation.cpp
  8. activation.hpp
  9. bootstrap.sh
  10. configure.ac
  11. generate-tar
  12. generate-ubi
  13. image_verify.cpp
  14. image_verify.hpp
  15. item_updater.cpp
  16. item_updater.hpp
  17. item_updater_main.cpp
  18. LICENSE
  19. MAINTAINERS
  20. Makefile.am
  21. msl_verify.cpp
  22. msl_verify.hpp
  23. msl_verify_main.cpp
  24. op-pnor-msl.service
  25. openpower-pnor-update@.service
  26. org.open_power.Software.Host.Updater.service
  27. README.md
  28. utils.cpp
  29. utils.hpp
  30. version.cpp
  31. version.hpp
README.md

openpower-pnor-code-mgmt

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

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`.