generate-squashfs: Add version checking field and various fixes

Add the version check information to the pnor.toc.
Fix the flag offset, this was causing the flags to be set
incorrectly.
Just ignore the BACKUP_PART partition, since VERSION and
part are needed during power on.

Change-Id: I73ca8925028acb84d1b998b0a59938aa78bdbf2e
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
1 file changed
tree: c20a756fd9221ce131d93f7cbbe62eb37babbe89
  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.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`.