diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-11 05:59:40 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-15 14:45:13 +0100 |
| commit | 3ec994ee3ea939b4fba7d2013ea6cf400aeae6ba (patch) | |
| tree | f367fc909064888c3b5c9737ef4000ea25761f5d | |
| parent | 059cfe176ca15843c2c75814d7f1dd3834d24b0d (diff) | |
| download | poky-3ec994ee3ea939b4fba7d2013ea6cf400aeae6ba.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.xml | 30 |
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 | ||
