Move base version code to phosphor-bmc-code-mgmt

The version code should handle both the host and the bmc images.
Moving from openpower-pnor-code-mgmt to phosphor-bmc-code-mgmt.
This code has been reviewed before, the only changes are renaming
to "namespace phosphor" and renaming the files to
version from version_host_software_manager. I also remove
setting the Purpose to Host.

Change-Id: I80849ce680beee0d09de686bab8fb53152996476
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2 files changed
tree: ff22d1e8b7b97a1faccd80932cd70ed8b3a8a0eb
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. download_manager.cpp
  5. download_manager.hpp
  6. download_manager_main.cpp
  7. image_manager_main.cpp
  8. LICENSE
  9. Makefile.am
  10. README.md
  11. version.cpp
  12. version.hpp
  13. version_software_manager.cpp
  14. version_software_manager.hpp
  15. watch.cpp
  16. watch.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`.