summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
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:35:11 +0100
commit358016f463958640c694d031a481264a0e770802 (patch)
treeb10f7e84ad6af5ae62374355de2bda4df52478ee /bitbake/doc
parent8b8be74ed21b878b2fe30d5b76ff0648e6e48c18 (diff)
downloadpoky-358016f463958640c694d031a481264a0e770802.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. (Bitbake rev: e3c213015953d1a0afb5ef4be59e1264990e5cee) Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake.16
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake.1 b/bitbake/doc/bitbake.1
index aa096203e4..d9d39020f5 100644
--- a/bitbake/doc/bitbake.1
+++ b/bitbake/doc/bitbake.1
@@ -103,7 +103,13 @@ Show debug logging for the specified logging domains
103.TP 103.TP
104.B \-P, \-\-profile 104.B \-P, \-\-profile
105profile the command and print a report 105profile the command and print a report
106
107.SH ENVIRONMENT VARIABLES
108bitbake uses the following environment variables to control its
109operation:
106.TP 110.TP
111.B BITBAKE_UI
112The bitbake user interface; overridden by the \fB-u\fP commandline option.
107 113
108.SH AUTHORS 114.SH AUTHORS
109BitBake was written by 115BitBake was written by