diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-16 15:15:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-17 11:33:20 +0100 |
commit | e781fb625001a485d9a1e1a24850bb6fe4bf5bb5 (patch) | |
tree | f348d1606b7db98511dbb40f8c11499f6e7c7dbe /bitbake | |
parent | e2f73517ae02b64827f50fc2d93eb5a30888bba8 (diff) | |
download | poky-e781fb625001a485d9a1e1a24850bb6fe4bf5bb5.tar.gz |
bitbake: bin/bitbake: Remove knotty2 from the list of valid interfaces
(Bitbake rev: e0f91faf195be63803d39fb42fcd115ad558c79f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 489662f714..0b4f55631d 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -70,7 +70,7 @@ def get_ui(config): | |||
70 | return getattr(module, interface).main | 70 | return getattr(module, interface).main |
71 | except AttributeError: | 71 | except AttributeError: |
72 | sys.exit("FATAL: Invalid user interface '%s' specified.\n" | 72 | sys.exit("FATAL: Invalid user interface '%s' specified.\n" |
73 | "Valid interfaces: depexp, goggle, ncurses, hob, knotty [default], knotty2." % interface) | 73 | "Valid interfaces: depexp, goggle, ncurses, hob, knotty [default]." % interface) |
74 | 74 | ||
75 | 75 | ||
76 | # Display bitbake/OE warnings via the BitBake.Warnings logger, ignoring others""" | 76 | # Display bitbake/OE warnings via the BitBake.Warnings logger, ignoring others""" |