Initial Download manager

This is the basic download manager that implements
xyz/openbmc_project/Common/TFTP.interface.yaml

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