aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-09 06:06:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:22:49 +0100
commitad3553be2e2b055e2d61ff0fcd11be8c630ba0cc (patch)
treee7345126e072e18c4cca80aca69510b0e5f72bb0 /documentation/dev-manual
parent55fc97470c5da84439b50a6a3ff9ec9f46cc12da (diff)
downloadopenembedded-core-contrib-ad3553be2e2b055e2d61ff0fcd11be8c630ba0cc.tar.gz
dev-manual: Applied Toaster section review edits.
(From yocto-docs rev: 362ac25d3fc98268d49f71aae9d477a2a2256c8a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml55
1 files changed, 8 insertions, 47 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ffed3e2728..c59e8e45b7 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -6574,18 +6574,6 @@
or
<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
- <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
- <filename>conf/local.conf</filename> file:
- <literallayout class='monospaced'>
- INHERIT += "toaster"
- </literallayout>
- </para></listitem>
<listitem><para><emphasis>Start Toaster:</emphasis>
Start the Toaster service using this
command from within your
@@ -6643,8 +6631,7 @@
tool from the shell and pass it the same URL.
</para></listitem>
</itemizedlist>
- Either method opens the home page for the Toaster interface,
- which is temporary for this release.
+ Either method opens the home page for the Toaster interface.
</para>
<note><title>Notes</title>
@@ -6678,50 +6665,24 @@
You can click on any build to see related information.
This information includes configuration details, information
about tasks, all recipes and packages built and their
- dependencies, packages installed in your final image,
+ dependencies, packages and their directory structure as
+ installed in your final image,
execution time, CPU usage and disk I/O per task.
</para>
<para>
- The home page of the interface into the database organizes
- builds into areas:
- <itemizedlist>
- <listitem><para>Recent successful builds, which appear
- in row format in a green area.</para></listitem>
- <listitem><para>Recent failed builds, which appear
- in row format in a red area.</para></listitem>
- <listitem><para>Recent builds in progress, which appear
- in row format in a yellow area.</para></listitem>
- <listitem><para>All builds, which appear in row format at
- the end of the page.</para></listitem>
- </itemizedlist>
- </para>
-
- <para>
- Each entry is linked to more detail on the particular build
- or recipe.
- You can click on the links to learn more information.
+ For details on the interface, see the
+ <ulink url='https://www.yoctoproject.org/documentation/toaster-manual'>Toaster Manual</ulink>.
</para>
-
- <para>
- When you click on a failed recipe link, you can find out
- information such as the work directory, the pathname to the
- failing recipe, the exact error message, and precursor tasks.
- </para>
-
- <para>
- Clicking on a successful build provides you with configuration,
- task, and package information along with directory structure,
- build time, CPU usage, and disk I/O information.
- </para>
-
</section>
<section id='stopping-toaster'>
<title>Stopping Toaster</title>
<para>
- Stop the Toaster service with the following command:
+ Stop the Toaster service with the following command
+ from with the
+ <link linkend='build-directory'>Build Directory</link>:
<literallayout class='monospaced'>
$ source toaster stop
</literallayout>