From eccd32136447890c2acd240c112675e8733aa0ac Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 25 Jul 2013 09:54:32 +0300 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 64 +++++++++---------- 1 file 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 @@ -
- Examining Builds using Webhob +
+ Examining Builds using Toaster - 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: Understand why a task fails or was reused from the shared state cache when you thought it @@ -4342,11 +4342,11 @@ - This release of the WebHob service provides you with information + 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 Hob. @@ -4356,11 +4356,11 @@ section. -
- Starting WebHob +
+ Starting Toaster - 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: You have set up your @@ -4377,32 +4377,32 @@ 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: Set up your build environment by sourcing the oe-init-build-env script. Edit your local.conf configuration file as needed. - Start the WebHob service using this + Start the Toaster service using this command from within your build directory: - $ source webhob start + $ source toaster start - 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: - webhob.sqlite: - WebHob's database file. - whbmain.log: - WebHob's log file. - whbmain.pid: + toaster.sqlite: + Toaster's database file. + tstmain.log: + Toaster's log file. + tstmain.pid: Contains the PID of the web server. dsi.pid: Contains the PID of th bridge. @@ -4412,11 +4412,11 @@
-
- Using WebHob +
+ Using Toaster - 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. - Either method opens the home page for the WebHob interface. + Either method opens the home page for the Toaster interface.
-
- Examining WebHob Data +
+ Examining Toaster Data - 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 @@
-
- Stopping WebHob +
+ Stopping Toaster - Stop the WebHob service with the following command: + Stop the Toaster service with the following command: - $ source webhob stop + $ source toaster stop - The service stops but the WebHob database remains persistent. + The service stops but the Toaster database remains persistent.