summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-31 07:03:28 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:23:01 +0100
commit11dad29c2f4f106728cd882881a4d2864ca25eab (patch)
tree9f420889c8bc80b5fbb6979bf0730063d8362b4c /documentation/ref-manual/ref-structure.xml
parent4638e52ed2e146c43890dc9fba28031f6cc583ad (diff)
downloadpoky-11dad29c2f4f106728cd882881a4d2864ca25eab.tar.gz
ref-manual: Added top-level meta-selftest directory
Placed a short description of this top-level directory in the chapter. (From yocto-docs rev: 49f8cf264d10e37933502067c522f1c2e3ffe751) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-rw-r--r--documentation/ref-manual/ref-structure.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index ec89840fd9..1f1c60b46e 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -157,6 +157,22 @@
157 </para> 157 </para>
158 </section> 158 </section>
159 159
160 <section id='structure-meta-selftest'>
161 <title><filename>meta-selftest/</filename></title>
162
163 <para>
164 This directory adds additional recipes and append files
165 used by the OpenEmbedded selftests to verify the behavior
166 of the build system.
167 </para>
168
169 <para>
170 You do not have to add this layer to your
171 <filename>bblayers.conf</filename> file unless you want to run the
172 selftests.
173 </para>
174 </section>
175
160 <section id='structure-meta-skeleton'> 176 <section id='structure-meta-skeleton'>
161 <title><filename>meta-skeleton/</filename></title> 177 <title><filename>meta-skeleton/</filename></title>
162 178