diff options
| author | Chris Larson <chris_larson@mentor.com> | 2010-08-06 16:08:32 -0700 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-01-04 14:36:54 +0000 | 
| commit | 151c4a7a3336aff0dad89541db233b48c38fa5a0 (patch) | |
| tree | fc936901d100c321397d551ccc2802d356ec2b3e | |
| parent | bac0c60b61941354aaadee5f1ecb2a32749cc8cd (diff) | |
| download | poky-151c4a7a3336aff0dad89541db233b48c38fa5a0.tar.gz | |
Drop the 'ui failed to start' message, as the ui_init does more in knotty
(Bitbake rev: 39087138ffd5d427f07ecaa580a40885c5ffaff3)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rwxr-xr-x | bitbake/bin/bitbake | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 797b5a8d60..9556fb0441 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -202,11 +202,7 @@ Default BBFILES are the .bb files in the current directory.""") | |||
| 202 | print("FATAL: Invalid user interface '%s' specified. " % ui) | 202 | print("FATAL: Invalid user interface '%s' specified. " % ui) | 
| 203 | print("Valid interfaces are 'ncurses', 'depexp' or the default, 'knotty'.") | 203 | print("Valid interfaces are 'ncurses', 'depexp' or the default, 'knotty'.") | 
| 204 | else: | 204 | else: | 
| 205 | try: | 205 | return_value = server.BitbakeUILauch().launch(serverinfo, ui_init, serverConnection.connection, serverConnection.events) | 
| 206 | return_value = server.BitbakeUILauch().launch(serverinfo, ui_init, serverConnection.connection, serverConnection.events) | ||
| 207 | except Exception as e: | ||
| 208 | print("FATAL: Unable to start to '%s' UI: %s" % (ui, e)) | ||
| 209 | raise | ||
| 210 | finally: | 206 | finally: | 
| 211 | serverConnection.terminate() | 207 | serverConnection.terminate() | 
| 212 | 208 | ||
