summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2012-09-03 14:22:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-07 12:10:43 +0100
commited17f44da649ba098651fb3f37d6e6286b6fa99e (patch)
treec906d4c72c503c07c89f6ae5eb86f80ff6a7c92e /bitbake
parent40d55d37b6dadf05c116edcf0686e087a8ebe3b6 (diff)
downloadast2050-yocto-poky-ed17f44da649ba098651fb3f37d6e6286b6fa99e.zip
ast2050-yocto-poky-ed17f44da649ba098651fb3f37d6e6286b6fa99e.tar.gz
bitbake: hob/imagedetailspage: "Image ready" icon appers only after the image was generated
Now, "Your image is ready" icon doesn't appear when you come back on Imagedetails page. It appears only after the image was generated. [YOCTO #2984] (Bitbake rev: de29bfc163471e4959483493a5e5b26f8a2cf8a0) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/imagedetailspage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
index c1a309d..1c4c597 100755
--- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
@@ -183,7 +183,7 @@ class ImageDetailsPage (HobPage):
self.pack_start(self.group_align, expand=True, fill=True)
self.build_result = None
- if self.build_succeeded:
+ if self.build_succeeded and self.builder.current_step == self.builder.IMAGE_GENERATING:
# building is the previous step
icon = gtk.Image()
pixmap_path = hic.ICON_INDI_CONFIRM_FILE
OpenPOWER on IntegriCloud