summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-01 12:19:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:18:00 +0100
commit926f08b8bfa3e37b92b3049f97a80c411ca41c1b (patch)
tree6bebf79793b64e593c29b59b01c0a3a0e7f10390 /documentation/toaster-manual
parentd420ddaf4f7a9e5f3db7cb79a5b5fce6b5489b59 (diff)
downloadpoky-926f08b8bfa3e37b92b3049f97a80c411ca41c1b.tar.gz
toaster-manual: Updated "Setting Up Toaster Without a Web Server"
This section had a new bullet added for talking about one instance of Toaster web server to track and capture multiple command-line builds. Also, provided better wording surrounding shutting down Toaster. (From yocto-docs rev: 9dbe242bf90860afabc9ab218992d2b81aaf8896) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 0d7bbefe67..2b77569cb1 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -76,12 +76,23 @@
76 Capturing a command-line build’s statistics when 76 Capturing a command-line build’s statistics when
77 the Toaster server is already running. 77 the Toaster server is already running.
78 </para></listitem> 78 </para></listitem>
79 <listitem><para>
80 Having one instance of the Toaster web server
81 track and capture multiple command-line builds,
82 where each build is started in its own “noweb”
83 Toaster environment.
84 </para></listitem>
79 </itemizedlist> 85 </itemizedlist>
80 The following commands show how to start a Toaster environment 86 The following commands show how to start a Toaster environment
81 without starting its web server, perform BitBake operations, 87 without starting its web server, perform BitBake operations,
82 and then shut down the Toaster environment. 88 and then shut down the Toaster environment.
83 Once the environment is shut down, you can examine the 89 Once the build is complete, you can close the Toaster environment.
84 BitBake build statistics: 90 Before closing the environment, however, you should allow a few
91 minutes to ensure the complete transfer of its BitBake build
92 statistics to the Toaster database.
93 If you have a separate Toaster web server instance running, you
94 can watch this command-line build’s progress and examine the
95 results as soon as they are posted:
85 <literallayout class='monospaced'> 96 <literallayout class='monospaced'>
86 $ source toaster start noweb 97 $ source toaster start noweb
87 $ bitbake <replaceable>target</replaceable> 98 $ bitbake <replaceable>target</replaceable>