From patchwork Tue Feb 5 14:52:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] hob: no sanity checks re-run Date: Tue, 05 Feb 2013 14:52:02 -0000 From: Cristiana Voicu X-Patchwork-Id: 44105 Message-Id: <1360075922-21618-1-git-send-email-cristiana.voicu@intel.com> To: bitbake-devel@lists.openembedded.org Hob was hanging when the user tried a rebuild a new image, because of sanity checks. It should not re-run sanity checks. [YOCTO #3829] Signed-off-by: Cristiana Voicu --- bitbake/lib/bb/ui/crumbs/builder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py index e9cfa21..6805f20 100755 --- a/bitbake/lib/bb/ui/crumbs/builder.py +++ b/bitbake/lib/bb/ui/crumbs/builder.py @@ -549,7 +549,6 @@ class Builder(gtk.Window): def initiate_new_build_async(self): self.switch_page(self.MACHINE_SELECTION) - self.show_sanity_check_page() self.handler.init_cooker() self.handler.set_extra_inherit("image_types") self.generate_configuration()