summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-01-21 16:40:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-21 19:05:31 +0000
commit37e025f6f9c410005e0f1dee0767e38eaec01cbd (patch)
tree1fd4d838cc1cab373a62bc47bf3226c9924dd512 /bitbake/lib/bb/ui/crumbs/packageselectionpage.py
parent4c1ebc7ca73f4ee069dc471a395073ba9a8ce00e (diff)
downloadpoky-37e025f6f9c410005e0f1dee0767e38eaec01cbd.tar.gz
bitbake: hob: Hob should display warnings generated during parsing
-now Hob catches the warnings generated during parsing, and after the parsing is completed, if there are any warnings, it shows a bar that contains a message with how many warnings has encountered, and a button "View warnings" -when "View warnings" button is clicked, Hob shows a dialog with the warnings; if there more than 1 warning, you can use "Previous" and "Next" button to see them [YOCTO #3215] (Bitbake rev: d7b5311d35b3974398fecabfb5ecf1effa85c27e) 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/packageselectionpage.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/packageselectionpage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
index 1868ebeddd..b879cc55db 100755
--- a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
+++ b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
@@ -185,6 +185,7 @@ class PackageSelectionPage (HobPage):
185 self.show_all() 185 self.show_all()
186 186
187 def build_image_clicked_cb(self, button): 187 def build_image_clicked_cb(self, button):
188 self.builder.parsing_warnings = []
188 self.builder.build_image() 189 self.builder.build_image()
189 190
190 def back_button_clicked_cb(self, button): 191 def back_button_clicked_cb(self, button):