summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-25 15:54:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-25 15:58:31 +0000
commit8054716544c2f4f817fb4ca0d57dd5ae243aed4e (patch)
treef9e0ca733bb53e1ee9cca2992e1bbce689c27d19
parent9fa7608ddffa85db01571fb41ba656b7e1e937eb (diff)
downloadpoky-8054716544c2f4f817fb4ca0d57dd5ae243aed4e.tar.gz
bitbake: doc/bitbake.1: Update with missing parameters
Patch from Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> to add missing parameters to bitbake man page. Added hob to ui list too. [YCOTO #4049] (Bitbake rev: ca7cd6c1318e0ef066f9e12e7516a47b2af3a7d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake.118
1 files changed, 18 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake.1 b/bitbake/doc/bitbake.1
index d9d39020f5..15a7f205aa 100644
--- a/bitbake/doc/bitbake.1
+++ b/bitbake/doc/bitbake.1
@@ -103,6 +103,24 @@ 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.TP
107.B \-uUI, \-\-ui=UI
108User interface to use. Currently, hob, depexp, goggle or ncurses can be specified as UI.
109.TP
110.B \-tSERVERTYPE, \-\-servertype=SERVERTYPE
111Choose which server to use, none, process or xmlrpc.
112.TP
113.B \-\-revisions-changed
114Set the exit code depending on whether upstream floating revisions have changed or not.
115.TP
116.B \-\-server-only
117Run bitbake without UI, the frontend can connect with bitbake server itself.
118.TP
119.B \-BBIND, \-\-bind=BIND
120The name/address for the bitbake server to bind to.
121.TP
122.B \-\-no\-setscene
123Do not run any setscene tasks, forces builds.
106 124
107.SH ENVIRONMENT VARIABLES 125.SH ENVIRONMENT VARIABLES
108bitbake uses the following environment variables to control its 126bitbake uses the following environment variables to control its