dev-manual: Uncommented the Toaster GUI section.

Removed the comments for the section that describes how the
Toaster works with a GUI.  I also commented out the smaller
section that was used in place of the GUI section before it
was fully functional.

(From yocto-docs rev: 187e5fe9236742167903cbc7ae11f184256e8712)

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 2013-10-22 08:49:31 -07:00 committed by Richard Purdie
parent 854c136d48
commit c65cb4348b
1 changed files with 4 additions and 5 deletions

View File

@ -797,7 +797,7 @@
directory:</emphasis> directory:</emphasis>
This directory contains the layer's configuration file. This directory contains the layer's configuration file.
The root name for the file is the same as the root name The root name for the file is the same as the root name
your provided for the layer (e.g. your provided for the layer (e.g.
<filename>&lt;layer&gt;.conf</filename>). <filename>&lt;layer&gt;.conf</filename>).
</para></listitem> </para></listitem>
<listitem><para><emphasis>The <listitem><para><emphasis>The
@ -849,7 +849,7 @@
<para> <para>
Once you create your general layer, you must add it to your Once you create your general layer, you must add it to your
<filename>bblayers.conf</filename> file. <filename>bblayers.conf</filename> file.
Here is an example where a layer named Here is an example where a layer named
<filename>meta-mylayer</filename> is added: <filename>meta-mylayer</filename> is added:
<literallayout class='monospaced'> <literallayout class='monospaced'>
BBLAYERS = ?" \ BBLAYERS = ?" \
@ -5196,6 +5196,7 @@
</section> </section>
</section> </section>
<!--
<section id="examining-builds-using-toaster"> <section id="examining-builds-using-toaster">
<title>Examining Builds Using the Toaster API</title> <title>Examining Builds Using the Toaster API</title>
@ -5240,8 +5241,7 @@
Wiki page. Wiki page.
</para> </para>
</section> </section>
-->
<!-- Commenting out the Toaster GUI stuff as it did not make it for 1.5
<section id="examining-builds-using-toaster"> <section id="examining-builds-using-toaster">
<title>Examining Builds using Toaster</title> <title>Examining Builds using Toaster</title>
@ -5429,7 +5429,6 @@
</para> </para>
</section> </section>
</section> </section>
-->
<section id="platdev-oprofile"> <section id="platdev-oprofile">
<title>Profiling with OProfile</title> <title>Profiling with OProfile</title>