item_updater: Add a log to indicate duplicate image upload.

Added a log to indicate that a user tried to upload a
PNOR version that already exists on the system. Thus no
additional software objects were created as one already
exists.

Resolves openbmc/openbmc#2093

Change-Id: I6d9fe8c1ca65cce88b9dedc2cfb30c0da93b6e35
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
1 file changed
tree: 3b2ef0136603ee349337bfd1156e0cf34fee6b8e
  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
  15. serialize.cpp
  16. serialize.hpp
  17. version.cpp
  18. version.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`.