generate-squashfs: output file name improvements

Changes the behavior of generate-squashfs to generate a default
output file name based on the input file if no output file is
specified. Also adds support for relative output file paths.

Resolves openbmc/openbmc#1760

Change-Id: Ib46d8d1ca9f54c937c0475b7dd90b0cb2b5a8a71
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
1 file changed
tree: 0346dbd137c9415f74023b3a93c9dc9a46a5b0f9
  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`.