Update generate-squashfs to use new pflash option

In a separate commit, a new option was added to pflash to print
the miscellaneous flags for a particular partition. This commit
updates the generate-squashfs tool to use that option instead of
reading a byte out of the PNOR file.

Resolves openbmc/openbmc#1351

Change-Id: Ie21c51ed1db0a604db2bc43779450a7c4ca75da0
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
1 file changed
tree: 97ddb36d0bec770f0e463f9cc99702f7dbbb4d3d
  1. m4/
  2. test/
  3. .gitignore
  4. activation.cpp
  5. activation.hpp
  6. bootstrap.sh
  7. configure.ac
  8. generate-squashfs
  9. item_updater.cpp
  10. item_updater.hpp
  11. item_updater_main.cpp
  12. LICENSE
  13. Makefile.am
  14. README.md
  15. version.cpp
  16. version.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`.