openpower-pnor-code-mgmt README

Change-Id: Ie661030e787f13be3565c34bdbe3d55a3d5ddc95
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: 64a3d81bcefb3ee6284da91bb86e51ca88194150
  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`.