Add PNOR image signing during squashfs generation

Add code in the squashfs generation script to sign the PNOR image files.
This will also add the signatures and corresponding public key to the
PNOR tar archive.

Resolves openbmc/openbmc#2886

Change-Id: I8faeac97e250a867d341457d6a5d24e6665d45d3
Signed-off-by: Eddie James <eajames@us.ibm.com>
1 file changed
tree: c50771bb8a15d2217e4d5751b6b49f983067c64c
  1. m4/
  2. org/
  3. test/
  4. .clang-format
  5. .gitignore
  6. activation.cpp
  7. activation.hpp
  8. bootstrap.sh
  9. configure.ac
  10. generate-squashfs
  11. generate-ubi
  12. item_updater.cpp
  13. item_updater.hpp
  14. item_updater_main.cpp
  15. LICENSE
  16. Makefile.am
  17. README.md
  18. serialize.cpp
  19. serialize.hpp
  20. version.cpp
  21. version.hpp
  22. watch.cpp
  23. watch.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.