summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-07-25 09:54:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:42 +0100
commiteccd32136447890c2acd240c112675e8733aa0ac (patch)
treef2a86df7dd1c8882c3f9563d50a2486f024ac6ed /documentation/dev-manual/dev-manual-common-tasks.xml
parentb44a9ab990defa6a30d363f80a9e5ad4de594896 (diff)
downloadpoky-eccd32136447890c2acd240c112675e8733aa0ac.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml64
1 files changed, 32 insertions, 32 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f060cc86ee..9cce2e66a2 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4319,15 +4319,15 @@
4319 </section> 4319 </section>
4320 </section> 4320 </section>
4321 4321
4322 <section id="examining-builds-using-webhob"> 4322 <section id="examining-builds-using-toaster">
4323 <title>Examining Builds using Webhob</title> 4323 <title>Examining Builds using Toaster</title>
4324 4324
4325 <para> 4325 <para>
4326 WebHob is a Web-based interface to the OpenEmbedded build system, 4326 Toaster is a Web-based interface to the OpenEmbedded build system,
4327 which uses BitBake. 4327 which uses BitBake.
4328 WebHob offers features to record and analyze BitBake runs applied 4328 Toaster offers features to record and analyze BitBake runs applied
4329 to a specific target. 4329 to a specific target.
4330 Using Webhob, you can do the following: 4330 Using Toaster, you can do the following:
4331 <itemizedlist> 4331 <itemizedlist>
4332 <listitem><para>Understand why a task fails or was 4332 <listitem><para>Understand why a task fails or was
4333 reused from the shared state cache when you thought it 4333 reused from the shared state cache when you thought it
@@ -4342,11 +4342,11 @@
4342 </para> 4342 </para>
4343 4343
4344 <note> 4344 <note>
4345 <para>This release of the WebHob service provides you with information 4345 <para>This release of Toaster provides you with information
4346 about a BitBake run. 4346 about a BitBake run.
4347 The tool does not allow you to configure and launch a build. 4347 The tool does not allow you to configure and launch a build.
4348 Future development includes plans to integrate the data examination 4348 Future development includes plans to integrate the data examination
4349 features of WebHob with the configuration and build launching 4349 features of Toaster with the configuration and build launching
4350 capabilities of 4350 capabilities of
4351 <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink>. 4351 <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink>.
4352 </para> 4352 </para>
@@ -4356,11 +4356,11 @@
4356 section.</para> 4356 section.</para>
4357 </note> 4357 </note>
4358 4358
4359 <section id='starting-webhob'> 4359 <section id='starting-toaster'>
4360 <title>Starting WebHob</title> 4360 <title>Starting Toaster</title>
4361 4361
4362 <para> 4362 <para>
4363 Getting set up to use WebHob and start it is simple. 4363 Getting set up to use and start Toaster is simple.
4364 First, be sure you have met the following requirements: 4364 First, be sure you have met the following requirements:
4365 <itemizedlist> 4365 <itemizedlist>
4366 <listitem><para>You have set up your 4366 <listitem><para>You have set up your
@@ -4377,32 +4377,32 @@
4377 4377
4378 <para> 4378 <para>
4379 Once you have met the requirements, follow these steps to 4379 Once you have met the requirements, follow these steps to
4380 start WebHob running in the background of your shell: 4380 start Toaster running in the background of your shell:
4381 <orderedlist> 4381 <orderedlist>
4382 <listitem><para>Set up your build environment by sourcing 4382 <listitem><para>Set up your build environment by sourcing
4383 the <filename>oe-init-build-env</filename> script. 4383 the <filename>oe-init-build-env</filename> script.
4384 </para></listitem> 4384 </para></listitem>
4385 <listitem><para>Edit your <filename>local.conf</filename> 4385 <listitem><para>Edit your <filename>local.conf</filename>
4386 configuration file as needed.</para></listitem> 4386 configuration file as needed.</para></listitem>
4387 <listitem><para>Start the WebHob service using this 4387 <listitem><para>Start the Toaster service using this
4388 command from within your build directory: 4388 command from within your build directory:
4389 <literallayout class='monospaced'> 4389 <literallayout class='monospaced'>
4390 $ source webhob start 4390 $ source toaster start
4391 </literallayout></para></listitem> 4391 </literallayout></para></listitem>
4392 </orderedlist> 4392 </orderedlist>
4393 </para> 4393 </para>
4394 4394
4395 <para> 4395 <para>
4396 When WebHob starts, it creates some additional files in your 4396 When Toaster starts, it creates some additional files in your
4397 Build Directory. 4397 Build Directory.
4398 Deleting these files will cause you to lose data or interrupt 4398 Deleting these files will cause you to lose data or interrupt
4399 WebHob: 4399 Toaster:
4400 <itemizedlist> 4400 <itemizedlist>
4401 <listitem><para><emphasis><filename>webhob.sqlite</filename>:</emphasis> 4401 <listitem><para><emphasis><filename>toaster.sqlite</filename>:</emphasis>
4402 WebHob's database file.</para></listitem> 4402 Toaster's database file.</para></listitem>
4403 <listitem><para><emphasis><filename>whbmain.log</filename>:</emphasis> 4403 <listitem><para><emphasis><filename>tstmain.log</filename>:</emphasis>
4404 WebHob's log file.</para></listitem> 4404 Toaster's log file.</para></listitem>
4405 <listitem><para><emphasis><filename>whbmain.pid</filename>:</emphasis> 4405 <listitem><para><emphasis><filename>tstmain.pid</filename>:</emphasis>
4406 Contains the PID of the web server.</para></listitem> 4406 Contains the PID of the web server.</para></listitem>
4407 <listitem><para><emphasis><filename>dsi.pid</filename>:</emphasis> 4407 <listitem><para><emphasis><filename>dsi.pid</filename>:</emphasis>
4408 Contains the PID of th bridge.</para></listitem> 4408 Contains the PID of th bridge.</para></listitem>
@@ -4412,11 +4412,11 @@
4412 </para> 4412 </para>
4413 </section> 4413 </section>
4414 4414
4415 <section id='using-webhob'> 4415 <section id='using-toaster'>
4416 <title>Using WebHob</title> 4416 <title>Using Toaster</title>
4417 4417
4418 <para> 4418 <para>
4419 Once WebHob is running, it logs information for any BitBake 4419 Once Toaster is running, it logs information for any BitBake
4420 run from your Build Directory. 4420 run from your Build Directory.
4421 This logging is automatic. 4421 This logging is automatic.
4422 All you need to do is access and use the information. 4422 All you need to do is access and use the information.
@@ -4432,15 +4432,15 @@
4432 tool from the shell and pass it the same URL. 4432 tool from the shell and pass it the same URL.
4433 </para></listitem> 4433 </para></listitem>
4434 </itemizedlist> 4434 </itemizedlist>
4435 Either method opens the home page for the WebHob interface. 4435 Either method opens the home page for the Toaster interface.
4436 </para> 4436 </para>
4437 </section> 4437 </section>
4438 4438
4439 <section id='examining-webhob-data'> 4439 <section id='examining-toaster-data'>
4440 <title>Examining WebHob Data</title> 4440 <title>Examining Toaster Data</title>
4441 4441
4442 <para> 4442 <para>
4443 The WebHob database is persistent regardless of whether you 4443 The Toaster database is persistent regardless of whether you
4444 start or stop the service. 4444 start or stop the service.
4445 The home page of the interface into the database organizes 4445 The home page of the interface into the database organizes
4446 builds into areas: 4446 builds into areas:
@@ -4475,15 +4475,15 @@
4475 </para> 4475 </para>
4476 </section> 4476 </section>
4477 4477
4478 <section id='stopping-webhob'> 4478 <section id='stopping-toaster'>
4479 <title>Stopping WebHob</title> 4479 <title>Stopping Toaster</title>
4480 4480
4481 <para> 4481 <para>
4482 Stop the WebHob service with the following command: 4482 Stop the Toaster service with the following command:
4483 <literallayout class='monospaced'> 4483 <literallayout class='monospaced'>
4484 $ source webhob stop 4484 $ source toaster stop
4485 </literallayout> 4485 </literallayout>
4486 The service stops but the WebHob database remains persistent. 4486 The service stops but the Toaster database remains persistent.
4487 </para> 4487 </para>
4488 </section> 4488 </section>
4489 </section> 4489 </section>