diff options
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> |