summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2012-09-19 10:36:57 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-20 11:53:34 +0100
commitc5fd1824c9794923576ec1e747536c0430542fd1 (patch)
tree1adaea19048f271fe1686369c32336709663c24a /lib
parent5bab81b124087d63d6eb62a861e1241714fcd483 (diff)
downloadbitbake-c5fd1824c9794923576ec1e747536c0430542fd1.tar.gz
hob/packageselectionpage: "Cancel" button returns to "Image configuration" screen
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>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/bb/ui/crumbs/packageselectionpage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/packageselectionpage.py b/lib/bb/ui/crumbs/packageselectionpage.py
index edbafbd3a..7e7828b33 100755
--- a/lib/bb/ui/crumbs/packageselectionpage.py
+++ b/lib/bb/ui/crumbs/packageselectionpage.py
@@ -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()