diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-23 11:18:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-27 13:56:04 +0000 |
commit | 8c58a9cca2e8f24027cf6a397043cc8a8cb7aff1 (patch) | |
tree | 7048c758420ce6b74d7f650edfd4fb1210fd419f /documentation | |
parent | 4f3fdc33af42969c45d020d3be253741ebeccc98 (diff) | |
download | poky-8c58a9cca2e8f24027cf6a397043cc8a8cb7aff1.tar.gz |
dev-manual: Edits to "Metadata" term.
In the "Terms" section, I enhanced the "Metadata" term to include
a bit about Metadata in the context of the kernel. This type of
metadata is discussed at length in the YP Linux Kernel Development
Manual.
(From yocto-docs rev: c6f48bc4c33850eaa1dbf5867759a19d373766ce)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 |