Activation: Point active image to requested image

Once an image has been updated, point the current image to it.

Closes openbmc/openbmc#1278

Change-Id: If21938283913d4b40cadf44952b2a530c9266812
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
3 files changed
tree: 327d1ff36f9ff1ea0b3523d3bff304cb0cf59a64
  1. m4/
  2. test/
  3. .gitignore
  4. activation.cpp
  5. activation.hpp
  6. bootstrap.sh
  7. configure.ac
  8. generate-squashfs
  9. item_updater.cpp
  10. item_updater.hpp
  11. item_updater_main.cpp
  12. LICENSE
  13. Makefile.am
  14. README.md
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`.