summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/builder.py
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-07-16 13:33:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-06 13:02:26 +0100
commitc83f8185a851c02469fa3ce928049b056c56509b (patch)
tree775ac4f8dd1b4aba587eae106a42e03ed14af86c /bitbake/lib/bb/ui/crumbs/builder.py
parent42a4f33fc0626897f0d9b23db53c42def7c2fbf8 (diff)
downloadpoky-c83f8185a851c02469fa3ce928049b056c56509b.tar.gz
bitbake: hob: implement the "retrieve image dialog" + changes to image combo box
Tha changes related to the image combo box are related to the action done in the retrieveImageDialog. When the user wants to select a customize image, but then he cancels the action, the combo box is set to --select a base image--. If the user selects an image using the new dialog, a new item with its name is added to the combo box list and then it is activated. [YOCTO #4193] (Bitbake rev: f25322de7e47719b31808397174e5c4f6d8649f2) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/builder.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
index 3ddfb36a0c..86fdbfe9f7 100755
--- a/bitbake/lib/bb/ui/crumbs/builder.py
+++ b/bitbake/lib/bb/ui/crumbs/builder.py
@@ -520,6 +520,7 @@ class Builder(gtk.Window):
520 self.handler.generate_configuration() 520 self.handler.generate_configuration()
521 521
522 def initiate_new_build_async(self): 522 def initiate_new_build_async(self):
523 self.configuration.selected_image = None
523 self.switch_page(self.MACHINE_SELECTION) 524 self.switch_page(self.MACHINE_SELECTION)
524 self.handler.init_cooker() 525 self.handler.init_cooker()
525 self.handler.set_extra_inherit("image_types") 526 self.handler.set_extra_inherit("image_types")