summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-22 08:49:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:41 +0000
commitc65cb4348b439c157fdae8ac7ffa4777772b86dc (patch)
treec49e066762ea9f0bc0e59def2875daf709236bf8 /documentation/dev-manual
parent854c136d485975e5f697e373aa0cc063fee7faca (diff)
downloadpoky-c65cb4348b439c157fdae8ac7ffa4777772b86dc.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 835581bae3..0d3d59355c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -797,7 +797,7 @@
797 directory:</emphasis> 797 directory:</emphasis>
798 This directory contains the layer's configuration file. 798 This directory contains the layer's configuration file.
799 The root name for the file is the same as the root name 799 The root name for the file is the same as the root name
800 your provided for the layer (e.g. 800 your provided for the layer (e.g.
801 <filename>&lt;layer&gt;.conf</filename>). 801 <filename>&lt;layer&gt;.conf</filename>).
802 </para></listitem> 802 </para></listitem>
803 <listitem><para><emphasis>The 803 <listitem><para><emphasis>The
@@ -849,7 +849,7 @@
849 <para> 849 <para>
850 Once you create your general layer, you must add it to your 850 Once you create your general layer, you must add it to your
851 <filename>bblayers.conf</filename> file. 851 <filename>bblayers.conf</filename> file.
852 Here is an example where a layer named 852 Here is an example where a layer named
853 <filename>meta-mylayer</filename> is added: 853 <filename>meta-mylayer</filename> is added:
854 <literallayout class='monospaced'> 854 <literallayout class='monospaced'>
855 BBLAYERS = ?" \ 855 BBLAYERS = ?" \
@@ -5196,6 +5196,7 @@
5196 </section> 5196 </section>
5197 </section> 5197 </section>
5198 5198
5199<!--
5199 <section id="examining-builds-using-toaster"> 5200 <section id="examining-builds-using-toaster">
5200 <title>Examining Builds Using the Toaster API</title> 5201 <title>Examining Builds Using the Toaster API</title>
5201 5202
@@ -5240,8 +5241,7 @@
5240 Wiki page. 5241 Wiki page.
5241 </para> 5242 </para>
5242 </section> 5243 </section>
5243 5244-->
5244<!-- Commenting out the Toaster GUI stuff as it did not make it for 1.5
5245 5245
5246 <section id="examining-builds-using-toaster"> 5246 <section id="examining-builds-using-toaster">
5247 <title>Examining Builds using Toaster</title> 5247 <title>Examining Builds using Toaster</title>
@@ -5429,7 +5429,6 @@
5429 </para> 5429 </para>
5430 </section> 5430 </section>
5431 </section> 5431 </section>
5432-->
5433 5432
5434 <section id="platdev-oprofile"> 5433 <section id="platdev-oprofile">
5435 <title>Profiling with OProfile</title> 5434 <title>Profiling with OProfile</title>