diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 65e17e24a0..169f3072ef 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -334,9 +334,14 @@ | |||
334 | For a discussion on BSP Layers, see the | 334 | For a discussion on BSP Layers, see the |
335 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" | 335 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" |
336 | section in the Yocto Project Board Support Packages (BSP) Developer's Guide.</para></listitem> | 336 | section in the Yocto Project Board Support Packages (BSP) Developer's Guide.</para></listitem> |
337 | <listitem><para id='metadata'><emphasis>Metadata:</emphasis> The files that BitBake parses when | 337 | <listitem><para id='metadata'><emphasis>Metadata:</emphasis> |
338 | building an image. | 338 | The files that BitBake parses when building an image. |
339 | Metadata includes recipes, classes, and configuration files.</para></listitem> | 339 | In general, Metadata includes recipes, classes, and |
340 | configuration files. | ||
341 | In the context of the kernel ("kernel Metadata"), | ||
342 | it refers to metadata in the <filename>meta</filename> | ||
343 | branches of the kernel source Git repositories. | ||
344 | </para></listitem> | ||
340 | <listitem><para id='oe-core'><emphasis>OE-Core:</emphasis> A core set of metadata originating | 345 | <listitem><para id='oe-core'><emphasis>OE-Core:</emphasis> A core set of metadata originating |
341 | with OpenEmbedded (OE) that is shared between OE and the Yocto Project. | 346 | with OpenEmbedded (OE) that is shared between OE and the Yocto Project. |
342 | This metadata is found in the <filename>meta</filename> directory of the source | 347 | This metadata is found in the <filename>meta</filename> directory of the source |