From: Scott Rifenbark Date: Wed, 30 Oct 2013 18:42:59 +0000 (-0700) Subject: dev-manual: Updates to Toaster section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3abf3a6e76f77985d6499771426c357502d016cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: Updates to Toaster section Partial fix for [YOCTO #4414] I put in the API stuff as well as made sure the other comments for the dora-toaster branch and temporariness of the GUI were mentioned. Probably more tweaks before this section settles out. (From yocto-docs rev: 4df966bb21a014b8fcac69abb7b912e109089606) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5f9b528c6fe..cf188aae74c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5207,62 +5207,25 @@ - - -
- Examining Builds using Toaster - - - Toaster is a Web-based interface to the OpenEmbedded build system, - which uses BitBake. - Toaster offers features to record and analyze BitBake runs applied - to a specific target. - Using Toaster, you can do the following: + Using the interfaces you can do the following: See information about the tasks executed and reused during the build. @@ -5290,6 +5253,18 @@ section. + + The remainder of this section describes what you need to have in + place to use Toaster, how to start it, use it, and stop it. + For additional information on installing and running Toaster, see the + "Installation and Running" + section of the "Toaster" wiki page. + For complete information on the API and its search operation + URI, parameters, and responses, see the + REST API Contracts + Wiki page. + +
Starting Toaster