aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-07 08:25:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-08 14:20:15 +0100
commit9814bdfd6d64fcd50d511e861c8729af74fe1698 (patch)
tree3573238b8979363ad6f608ab860cf69dbb0201e3 /documentation
parent4faffb075f584bfd6e2bcc9ccacb3b6b0ef7bdc2 (diff)
downloadopenembedded-core-contrib-9814bdfd6d64fcd50d511e861c8729af74fe1698.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml39
1 files changed, 21 insertions, 18 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d9be6a0b46..27e52839c0 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -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'>