From 6bed96c4dc267610463e056fc952822beda700a6 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 19 Sep 2011 15:28:09 -0700 Subject: hob: enable package only builds even if an image has been built Once an image build has been performed the selected_image variable would prevent the package only build choice being triggered - by setting the variable to None on reset we are able to perform package only builds after an image build. (Bitbake rev: 705156e2812afb288632f01416fcbbf9add26bee) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/hob.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake') diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index 0f738ce4b5..e696314358 100644 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py @@ -322,6 +322,7 @@ class MainWindow (gtk.Window): if response == gtk.RESPONSE_OK: self.reset_build() self.search.set_text("") + self.selected_image = None return def reset_build(self): -- cgit v1.2.3-54-g00ecf