Read image version from the MANIFEST.

According to Patrick, all information regarding the
image must be read from the MANIFEST, such as version.
Also we must never open/read pnor.toc.

Change-Id: Icf9f83f9ec055de21e2cf13e4ab4ab4afafc2af7
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
6 files changed
tree: 3d0e2c47cc1eaf7d824200645eccd7108567879e
  1. test/
  2. .gitignore
  3. activation.hpp
  4. bootstrap.sh
  5. configure.ac
  6. generate-squashfs
  7. item_updater.cpp
  8. item_updater.hpp
  9. item_updater_main.cpp
  10. LICENSE
  11. Makefile.am
  12. README.md
  13. version_host_software_manager.cpp
  14. version_host_software_manager.hpp
  15. version_host_software_manager_main.cpp
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`.