1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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>
This commit is contained in:
Paul Eggleton
2012-10-11 05:59:40 -07:00
committed by Richard Purdie
parent 059cfe176c
commit 3ec994ee3e
@@ -93,25 +93,37 @@
<para> <para>
This directory contains the OpenEmbedded Core metadata. This directory contains the OpenEmbedded Core metadata.
The directory holds machine definitions, the Yocto Project distribution, The directory holds recipes, common classes, and machine
and the packages that make up a given system. configuration for emulated targets (qemux86, qemuarm,
and so on.)
</para> </para>
</section> </section>
<section id='structure-core-meta-demoapps'> <section id='structure-core-meta-yocto'>
<title><filename>meta-demoapps/</filename></title> <title><filename>meta-yocto/</filename></title>
<para> <para>
This directory contains recipes for applications and demos that are not part of the This directory contains the configuration for the Poky
OpenEmbedded core. reference distribution.
</para> </para>
</section> </section>
<section id='structure-core-meta-rt'> <section id='structure-core-meta-yocto-bsp'>
<title><filename>meta-rt/</filename></title> <title><filename>meta-yocto-bsp/</filename></title>
<para> <para>
This directory contains recipes for real-time kernels. This directory contains the Yocto Project reference
hardware BSPs.
</para>
</section>
<section id='structure-meta-hob'>
<title><filename>meta-hob/</filename></title>
<para>
This directory contains template recipes used by the
<ulink url='&YOCTO_HOME_URL;/projects/hob'>Hob</ulink>
build UI.
</para> </para>
</section> </section>