summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-16 15:15:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-17 11:33:20 +0100
commite781fb625001a485d9a1e1a24850bb6fe4bf5bb5 (patch)
treef348d1606b7db98511dbb40f8c11499f6e7c7dbe /bitbake
parente2f73517ae02b64827f50fc2d93eb5a30888bba8 (diff)
downloadpoky-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-xbitbake/bin/bitbake2
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"""