diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-01 12:19:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:29 +0100 |
commit | 4756073e844fd070eb3ce2459bbb0ba7b82c47e7 (patch) | |
tree | 395ea20555914a0c6a882b7ecdf6e91783b1c6e8 /documentation | |
parent | 1ba7ca0ad69eee5e818a1790d6c0cf0155eaa77d (diff) | |
download | poky-4756073e844fd070eb3ce2459bbb0ba7b82c47e7.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')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 15 |
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> |