Mount a SquashFS image to a read-only partition on PNOR

Creating a mount point for SquashFS image so that
the pnor can access the image without explicitly
copying the image on to the PNOR partitions.

The contents of the SquashFS image will be under
/media/pnor-ro-%i.

Resolves openbmc/openbmc#1206

Change-Id: I68b8cf094f9abe192bd697ff32728c959cad26c5
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
1 file changed
tree: 51d511e41c74d96c464e0f6d5b800f6babdeec1c
  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
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`.