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.