bitbake: hob/packageselectionpage: "Cancel" button returns to "Image configuration...
authorCristiana Voicu <cristiana.voicu@intel.com>
Wed, 19 Sep 2012 07:36:57 +0000 (10:36 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Sep 2012 10:56:31 +0000 (11:56 +0100)
Once package building completes, you can customise the list of
packages that will go into the final image. Once you have made
the changes you need, you can either build your image, or you
can exit the process and go back to the 'Image configuration'
screen by selecting 'Cancel'.

[YOCTO #3105]
(Bitbake rev: c5fd1824c9794923576ec1e747536c0430542fd1)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/packageselectionpage.py

index edbafbd..7e7828b 100755 (executable)
@@ -188,7 +188,7 @@ class PackageSelectionPage (HobPage):
 
     def back_button_clicked_cb(self, button):
         if self.builder.current_step ==  self.builder.PACKAGE_GENERATED:
-            self.builder.show_recipes()
+            self.builder.show_configuration()
         elif self.builder.previous_step ==  self.builder.IMAGE_GENERATED:
             self.builder.restore_initial_selected_packages()
             self.refresh_selection()