aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake.1
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2012-05-20 17:19:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-23 11:26:30 +0100
commite3c213015953d1a0afb5ef4be59e1264990e5cee (patch)
treed43b0fab4793de3fac31dd0d2f9d38686d933095 /doc/bitbake.1
parentc993b7c457f8b7776e8a5dff253bfa0724bc2cae (diff)
downloadbitbake-e3c213015953d1a0afb5ef4be59e1264990e5cee.tar.gz
bitbake: support $BITBAKE_UI environment
Patch adds support for a $BITBAKE_UI environment variable which allows to configure the preferred user interface. Although an '-u' option (which will override the environment variable) exists already, it was required to specify this option on every invocation of bitbake. Because user interface is instanciated very early in the program it is not possible to use bitbake.conf for setting up a default. An environment variable (which acts in a similar category like $PAGER or $EDITOR) is a simple way for configuring the default. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc/bitbake.1')
-rw-r--r--doc/bitbake.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bitbake.1 b/doc/bitbake.1
index aa096203e..d9d39020f 100644
--- a/doc/bitbake.1
+++ b/doc/bitbake.1
@@ -103,7 +103,13 @@ Show debug logging for the specified logging domains
.TP
.B \-P, \-\-profile
profile the command and print a report
+
+.SH ENVIRONMENT VARIABLES
+bitbake uses the following environment variables to control its
+operation:
.TP
+.B BITBAKE_UI
+The bitbake user interface; overridden by the \fB-u\fP commandline option.
.SH AUTHORS
BitBake was written by