dev-manual: Read-thru edits to "Examining Builds Using the Toaster API"

Minor edits.  Needed to add a few cross-reference links.

(From yocto-docs rev: 47d7c408984a552a6c5d25ac880b50634c576cc5)

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 2014-03-19 08:16:24 -06:00 committed by Richard Purdie
parent eb0a5d5b3b
commit 46330cd0bc
1 changed files with 9 additions and 5 deletions

View File

@ -6243,7 +6243,7 @@
(REST) API that queries for and returns build information using (REST) API that queries for and returns build information using
<filename>GET</filename> and <filename>JSON</filename>. <filename>GET</filename> and <filename>JSON</filename>.
These types of search operations retrieve sets of objects from These types of search operations retrieve sets of objects from
a data store used to collect build information. a datastore used to collect build information.
The results contain all the data for the objects being returned. The results contain all the data for the objects being returned.
You can order the results of the search by key and the search You can order the results of the search by key and the search
parameters are consistent for all object types. parameters are consistent for all object types.
@ -6326,8 +6326,9 @@
<orderedlist> <orderedlist>
<listitem><para><emphasis>Set up your build environment:</emphasis> <listitem><para><emphasis>Set up your build environment:</emphasis>
Source a build environment script (i.e. Source a build environment script (i.e.
<filename>oe-init-build-env</filename> or <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
<filename>oe-init-build-env-memres</filename>). or
<ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>).
</para></listitem> </para></listitem>
<listitem><para><emphasis>Prepare your local configuration file:</emphasis> <listitem><para><emphasis>Prepare your local configuration file:</emphasis>
Toaster needs the Toaster class enabled Toaster needs the Toaster class enabled
@ -6338,7 +6339,9 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
INHERIT += "toaster" INHERIT += "toaster"
</literallayout> </literallayout>
Toaster also needs Build History enabled in Bitbake in Toaster also needs
<ulink url='&YOCTO_DOCS_REF_URL;#maintaining-build-output-quality'>build history</ulink>
enabled in Bitbake in
order to record target image package information. order to record target image package information.
You can enable this by adding the following two lines You can enable this by adding the following two lines
to your <filename>conf/local.conf</filename> file: to your <filename>conf/local.conf</filename> file:
@ -6348,7 +6351,8 @@
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para><emphasis>Start Toaster:</emphasis> <listitem><para><emphasis>Start Toaster:</emphasis>
Start the Toaster service using this Start the Toaster service using this
command from within your build directory: command from within your
<link linkend='build-directory'>Build Directory</link>:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ source toaster start $ source toaster start
</literallayout></para></listitem> </literallayout></para></listitem>