diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-22 08:49:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:49 +0000 |
commit | 89c1047da12eedff910c4940a89c0cd4dfe9c0ac (patch) | |
tree | ac563d14a1ca6bc7a1fe093662946aae09d34ab2 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | fa1ba9b0bfab5cdcc895fbcd1cad09a2c51beafb (diff) | |
download | poky-89c1047da12eedff910c4940a89c0cd4dfe9c0ac.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: 9c82007f23c83806d9c3748369b61426196b748f)
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/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 9 |
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><layer>.conf</filename>). | 801 | <filename><layer>.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> |