dev-manual: Changes "Webhob" to "Toaster"

I made some assumptions that the supporting filenames would
be changed to reflect the new name.  If they do not, I will
fix them.

(From yocto-docs rev: 4e71ea30951cef60e5a7daf5f11a197511731b8f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-07-25 09:54:32 +03:00 committed by Richard Purdie
parent b44a9ab990
commit eccd321364
1 changed files with 32 additions and 32 deletions

View File

@ -4319,15 +4319,15 @@
</section>
</section>
<section id="examining-builds-using-webhob">
<title>Examining Builds using Webhob</title>
<section id="examining-builds-using-toaster">
<title>Examining Builds using Toaster</title>
<para>
WebHob is a Web-based interface to the OpenEmbedded build system,
Toaster is a Web-based interface to the OpenEmbedded build system,
which uses BitBake.
WebHob offers features to record and analyze BitBake runs applied
Toaster offers features to record and analyze BitBake runs applied
to a specific target.
Using Webhob, you can do the following:
Using Toaster, you can do the following:
<itemizedlist>
<listitem><para>Understand why a task fails or was
reused from the shared state cache when you thought it
@ -4342,11 +4342,11 @@
</para>
<note>
<para>This release of the WebHob service provides you with information
<para>This release of Toaster provides you with information
about a BitBake run.
The tool does not allow you to configure and launch a build.
Future development includes plans to integrate the data examination
features of WebHob with the configuration and build launching
features of Toaster with the configuration and build launching
capabilities of
<ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink>.
</para>
@ -4356,11 +4356,11 @@
section.</para>
</note>
<section id='starting-webhob'>
<title>Starting WebHob</title>
<section id='starting-toaster'>
<title>Starting Toaster</title>
<para>
Getting set up to use WebHob and start it is simple.
Getting set up to use and start Toaster is simple.
First, be sure you have met the following requirements:
<itemizedlist>
<listitem><para>You have set up your
@ -4377,32 +4377,32 @@
<para>
Once you have met the requirements, follow these steps to
start WebHob running in the background of your shell:
start Toaster running in the background of your shell:
<orderedlist>
<listitem><para>Set up your build environment by sourcing
the <filename>oe-init-build-env</filename> script.
</para></listitem>
<listitem><para>Edit your <filename>local.conf</filename>
configuration file as needed.</para></listitem>
<listitem><para>Start the WebHob service using this
<listitem><para>Start the Toaster service using this
command from within your build directory:
<literallayout class='monospaced'>
$ source webhob start
$ source toaster start
</literallayout></para></listitem>
</orderedlist>
</para>
<para>
When WebHob starts, it creates some additional files in your
When Toaster starts, it creates some additional files in your
Build Directory.
Deleting these files will cause you to lose data or interrupt
WebHob:
Toaster:
<itemizedlist>
<listitem><para><emphasis><filename>webhob.sqlite</filename>:</emphasis>
WebHob's database file.</para></listitem>
<listitem><para><emphasis><filename>whbmain.log</filename>:</emphasis>
WebHob's log file.</para></listitem>
<listitem><para><emphasis><filename>whbmain.pid</filename>:</emphasis>
<listitem><para><emphasis><filename>toaster.sqlite</filename>:</emphasis>
Toaster's database file.</para></listitem>
<listitem><para><emphasis><filename>tstmain.log</filename>:</emphasis>
Toaster's log file.</para></listitem>
<listitem><para><emphasis><filename>tstmain.pid</filename>:</emphasis>
Contains the PID of the web server.</para></listitem>
<listitem><para><emphasis><filename>dsi.pid</filename>:</emphasis>
Contains the PID of th bridge.</para></listitem>
@ -4412,11 +4412,11 @@
</para>
</section>
<section id='using-webhob'>
<title>Using WebHob</title>
<section id='using-toaster'>
<title>Using Toaster</title>
<para>
Once WebHob is running, it logs information for any BitBake
Once Toaster is running, it logs information for any BitBake
run from your Build Directory.
This logging is automatic.
All you need to do is access and use the information.
@ -4432,15 +4432,15 @@
tool from the shell and pass it the same URL.
</para></listitem>
</itemizedlist>
Either method opens the home page for the WebHob interface.
Either method opens the home page for the Toaster interface.
</para>
</section>
<section id='examining-webhob-data'>
<title>Examining WebHob Data</title>
<section id='examining-toaster-data'>
<title>Examining Toaster Data</title>
<para>
The WebHob database is persistent regardless of whether you
The Toaster database is persistent regardless of whether you
start or stop the service.
The home page of the interface into the database organizes
builds into areas:
@ -4475,15 +4475,15 @@
</para>
</section>
<section id='stopping-webhob'>
<title>Stopping WebHob</title>
<section id='stopping-toaster'>
<title>Stopping Toaster</title>
<para>
Stop the WebHob service with the following command:
Stop the Toaster service with the following command:
<literallayout class='monospaced'>
$ source webhob stop
$ source toaster stop
</literallayout>
The service stops but the WebHob database remains persistent.
The service stops but the Toaster database remains persistent.
</para>
</section>
</section>