summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-11 05:59:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:49 +0100
commit28b6628f41dc8da1b34c61991d810139722933d2 (patch)
tree7aeb7804929a1f25587245cb18fbbfdefe6afb03
parent4792499fa5f2f4e4682e8f86c93fbcd1a17ec509 (diff)
downloadpoky-28b6628f41dc8da1b34c61991d810139722933d2.tar.gz
documentation: poky-ref-manual - Updates to the poky structure
* Add meta-yocto, meta-yocto-bsp and meta-hob * Remove meta-rt - this was merged into OE-Core (meta) * Remove meta-demoapps - this was dropped (From yocto-docs rev: c90a8f85f4462caa49c7da2e7ec4541534bee57a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml30
1 files changed, 21 insertions, 9 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index fcdf7b1c6c..75bc2ebd50 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -93,25 +93,37 @@
93 93
94 <para> 94 <para>
95 This directory contains the OpenEmbedded Core metadata. 95 This directory contains the OpenEmbedded Core metadata.
96 The directory holds machine definitions, the Yocto Project distribution, 96 The directory holds recipes, common classes, and machine
97 and the packages that make up a given system. 97 configuration for emulated targets (qemux86, qemuarm,
98 and so on.)
98 </para> 99 </para>
99 </section> 100 </section>
100 101
101 <section id='structure-core-meta-demoapps'> 102 <section id='structure-core-meta-yocto'>
102 <title><filename>meta-demoapps/</filename></title> 103 <title><filename>meta-yocto/</filename></title>
103 104
104 <para> 105 <para>
105 This directory contains recipes for applications and demos that are not part of the 106 This directory contains the configuration for the Poky
106 OpenEmbedded core. 107 reference distribution.
107 </para> 108 </para>
108 </section> 109 </section>
109 110
110 <section id='structure-core-meta-rt'> 111 <section id='structure-core-meta-yocto-bsp'>
111 <title><filename>meta-rt/</filename></title> 112 <title><filename>meta-yocto-bsp/</filename></title>
112 113
113 <para> 114 <para>
114 This directory contains recipes for real-time kernels. 115 This directory contains the Yocto Project reference
116 hardware BSPs.
117 </para>
118 </section>
119
120 <section id='structure-meta-hob'>
121 <title><filename>meta-hob/</filename></title>
122
123 <para>
124 This directory contains template recipes used by the
125 <ulink url='&YOCTO_HOME_URL;/projects/hob'>Hob</ulink>
126 build UI.
115 </para> 127 </para>
116 </section> 128 </section>
117 129