summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index c06d4e8176..a90f6c6fd1 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -69,7 +69,7 @@ def get_ui(config):
69 return getattr(module, interface).main 69 return getattr(module, interface).main
70 except AttributeError: 70 except AttributeError:
71 sys.exit("FATAL: Invalid user interface '%s' specified.\n" 71 sys.exit("FATAL: Invalid user interface '%s' specified.\n"
72 "Valid interfaces: depexp, goggle, ncurses, knotty [default]." % interface) 72 "Valid interfaces: depexp, goggle, ncurses, hob, knotty [default], knotty2." % interface)
73 73
74 74
75# Display bitbake/OE warnings via the BitBake.Warnings logger, ignoring others""" 75# Display bitbake/OE warnings via the BitBake.Warnings logger, ignoring others"""