From patchwork Mon Sep 3 11:22:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] hob/imagedetailspage: "Image ready" icon appers only after the image was generated Date: Mon, 03 Sep 2012 11:22:04 -0000 From: Cristiana Voicu X-Patchwork-Id: 35711 Message-Id: <1346671324-4295-1-git-send-email-cristiana.voicu@intel.com> To: bitbake-devel@lists.openembedded.org 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] Signed-off-by: Cristiana Voicu --- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py index 40eb7a4..ea26ba3 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