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