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)
downloadpoky-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 c1a309de2b..1c4c597fc4 100755
--- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
@@ -183,7 +183,7 @@ class ImageDetailsPage (HobPage):
183 self.pack_start(self.group_align, expand=True, fill=True) 183 self.pack_start(self.group_align, expand=True, fill=True)
184 184
185 self.build_result = None 185 self.build_result = None
186 if self.build_succeeded: 186 if self.build_succeeded and self.builder.current_step == self.builder.IMAGE_GENERATING:
187 # building is the previous step 187 # building is the previous step
188 icon = gtk.Image() 188 icon = gtk.Image()
189 pixmap_path = hic.ICON_INDI_CONFIRM_FILE 189 pixmap_path = hic.ICON_INDI_CONFIRM_FILE