Create version dbus object

Read the version and purpose from the manifest.
Compute the id from the version. Create the image dir,
<IMAGE_UPLOAD_DIR>/<id>/. Create the version object
with the version, purpose, id and image dir path.

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