summaryrefslogtreecommitdiffstats
path: root/bin/bitbake
diff options
context:
space:
mode:
authorBob Foerster <robert@erafx.com>2010-12-17 23:20:39 +0800
committerChristopher Larson <kergoth@gmail.com>2010-12-17 23:33:32 +0800
commitb947e7aa405966262c0614cae02e7978ec637095 (patch)
tree7416a8013a759f7eaded7b16a242f8a4ccff6792 /bin/bitbake
parent6dc863f714beda6ca7ff8cd3e830a9bc8a39123d (diff)
downloadbitbake-b947e7aa405966262c0614cae02e7978ec637095.tar.gz
Resurrect alternative UIs
The various alternative UIs have been updated to once again be functional with the latest bitbake internals. Each of the UIs still have much room for functional improvement. In particular, they have been updated to: - interact with the new process based server - handle the current set of events and notifications fired from the server and its associated subsystems Signed-off-by: Bob Foerster <robert@erafx.com>
Diffstat (limited to 'bin/bitbake')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index fcf8ca56c..fa7caf218 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -74,7 +74,7 @@ def get_ui(config):
return getattr(module, interface).main
except AttributeError:
sys.exit("FATAL: Invalid user interface '%s' specified.\n"
- "Valid interfaces: ncurses, depexp, knotty [default]." % interface)
+ "Valid interfaces: depexp, goggle, ncurses, knotty [default]." % interface)
# Display bitbake/OE warnings via the BitBake.Warnings logger, ignoring others"""