raw.py: print a message when compressing the image
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Aug 2013 12:48:01 +0000 (15:48 +0300)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Wed, 14 Aug 2013 06:48:38 +0000 (23:48 -0700)
commit3253e825f3943f1f607a6fca1c144467e5ca0f97
tree4048c871f7770616e089f870d80b291eabc9d710
parent56a222f9e764497bb29010bac7cf49230aed321b
raw.py: print a message when compressing the image

Image compression may take very long time. The last message on the screen
before compression starts is "Generating map file(s)", and then a very long
delay, so that it looks like it takes so long to generate map files, but it is
not, it is actually the compression which is slow.

Let's inform users that we start compressing the image to make it obvious what
causes the delay.

Change-Id: Ie547451519aae7be5173c05bcfab1aca6c165148
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/imager/raw.py