| Submitter | Cristiana Voicu |
|---|---|
| Date | Sept. 19, 2012, 7:36 a.m. |
| Message ID | <1348040217-30386-1-git-send-email-cristiana.voicu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/36889/ |
| State | New |
| Headers | show |
Comments
On Wed, 2012-09-19 at 10:36 +0300, Cristiana Voicu wrote: > Once package building completes, you can customise the list of > packages that will go into the ?nal 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 con?guration' > screen by selecting 'Cancel'. > > [YOCTO #3105] > Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> > --- > bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Merged to master, thanks. Richard
Patch
diff --git a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py index e3d35ef..ad208a3 100755 --- a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py +++ b/bitbake/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()
Once package building completes, you can customise the list of packages that will go into the ?nal 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 con?guration' screen by selecting 'Cancel'. [YOCTO #3105] Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> --- bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)