dev-manual: Updates to the Toaster section.

Applied some feedback from Belen and Paul for the section in
light of the 1.6 release.

(From yocto-docs rev: 88bbc526446970c66642c2ae10ad3eba01f74eb3)

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-04-07 08:25:59 -07:00 committed by Richard Purdie
parent 4faffb075f
commit 9814bdfd6d
1 changed files with 21 additions and 18 deletions

View File

@ -6427,15 +6427,9 @@
<link linkend='local-yp-release'>Yocto Project Release</link>
item for information on how to set up the Source
Directory.</para></listitem>
<listitem><para>You have checked out the
<filename>dora-toaster</filename> branch:
<literallayout class='monospaced'>
$ cd poky
$ git checkout -b dora-toaster origin/dora-toaster
</literallayout></para></listitem>
<listitem><para>Be sure your build machine has
<ulink url='http://en.wikipedia.org/wiki/Django_%28web_framework%29'>Django</ulink>
version 1.4.5 installed.</para></listitem>
version 1.5 installed.</para></listitem>
<listitem><para>Make sure that port 8000 and 8200 are
free (i.e. they have no servers on them).
</para></listitem>
@ -6453,7 +6447,9 @@
<ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>).
</para></listitem>
<listitem><para><emphasis>Prepare your local configuration file:</emphasis>
Toaster needs the Toaster class enabled
Toaster needs the
<ulink url='&YOCTO_DOCS_REF_URL;#toaster'><filename>toaster</filename></ulink>
class enabled
in Bitbake in order to record target image package
information.
You can enable it by adding the following line to your
@ -6461,16 +6457,7 @@
<literallayout class='monospaced'>
INHERIT += "toaster"
</literallayout>
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.
You can enable this by adding the following two lines
to your <filename>conf/local.conf</filename> file:
<literallayout class='monospaced'>
INHERIT += "buildhistory"
BUILDHISTORY_COMMIT = "1"
</literallayout></para></listitem>
</para></listitem>
<listitem><para><emphasis>Start Toaster:</emphasis>
Start the Toaster service using this
command from within your
@ -6531,6 +6518,22 @@
Either method opens the home page for the Toaster interface,
which is temporary for this release.
</para>
<note><title>Notes</title>
<para>
For information on how to delete information from the Toaster
database, see the
<ulink url='https://wiki.yoctoproject.org/wiki/Toaster#Deleting_a_Build_from_the_Toaster_Database'>Deleting a Build from the Toaster Database</ulink>
wiki page.
</para>
<para>
For information on how to set up an instance of Toaster on
a remote host, see the
<ulink url='https://wiki.yoctoproject.org/wiki/Toaster#Setting_up_a_Toaster_Instance_on_a_Remote_Host'>Setting Up a Toaster Instance on a Remote Host</ulink>
wiki page.
</para>
</note>
</section>
<section id='examining-toaster-data'>