From 28b6628f41dc8da1b34c61991d810139722933d2 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 11 Oct 2012 05:59:40 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-structure.xml | 30 +++++++++++++++++-------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'documentation') 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 @@ This directory contains the OpenEmbedded Core metadata. - The directory holds machine definitions, the Yocto Project distribution, - and the packages that make up a given system. + The directory holds recipes, common classes, and machine + configuration for emulated targets (qemux86, qemuarm, + and so on.) -
- <filename>meta-demoapps/</filename> +
+ <filename>meta-yocto/</filename> - This directory contains recipes for applications and demos that are not part of the - OpenEmbedded core. + This directory contains the configuration for the Poky + reference distribution.
-
- <filename>meta-rt/</filename> +
+ <filename>meta-yocto-bsp/</filename> - This directory contains recipes for real-time kernels. + This directory contains the Yocto Project reference + hardware BSPs. + +
+ +
+ <filename>meta-hob/</filename> + + + This directory contains template recipes used by the + Hob + build UI.
-- cgit v1.2.3-54-g00ecf