]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
hob/packageselectionpage: "Cancel" button returns to "Image configuration" screen
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:53:34 +0000 (11:53 +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]
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/packageselectionpage.py

index edbafbd3a5ff99cb6cca12930702337adaa97169..7e7828b332a53b797fac8e8b251e54bc9f5c9c48 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()