diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-05 08:25:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:06:34 +0100 |
commit | 50c8c730ad37b39f9153f503855d3ea0bb5341d8 (patch) | |
tree | 379c0867003e73b9b903dd0b161bcea2b720cf49 | |
parent | 65013d1579ca3b37353b899546b2d2b886d92b36 (diff) | |
download | poky-50c8c730ad37b39f9153f503855d3ea0bb5341d8.tar.gz |
ref-manual: Updated Metadata term in Terms section
Provided a description for metadata in the context of the kernel
that ties it to the yocto-kernel-cache Git repository rather
than the old meta-* directories that were in the actual
kernel trees.
(From yocto-docs rev: 7105459bf687cad7d973d8bdffbc51c9ffcd9721)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 14d5c80029..eeb0a2229a 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -857,9 +857,11 @@ | |||
857 | The files that BitBake parses when building an image. | 857 | The files that BitBake parses when building an image. |
858 | In general, Metadata includes recipes, classes, and | 858 | In general, Metadata includes recipes, classes, and |
859 | configuration files. | 859 | configuration files. |
860 | In the context of the kernel ("kernel Metadata"), | 860 | In the context of the kernel ("kernel Metadata"), the |
861 | it refers to Metadata in the <filename>meta</filename> | 861 | term refers to the kernel config fragments and features |
862 | branches of the kernel source Git repositories. | 862 | contained in the |
863 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/yocto-kernel-cache'><filename>yocto-kernel-cache</filename></ulink> | ||
864 | Git repository. | ||
863 | </para></listitem> | 865 | </para></listitem> |
864 | <listitem><para id='oe-core'> | 866 | <listitem><para id='oe-core'> |
865 | <emphasis>OE-Core:</emphasis> | 867 | <emphasis>OE-Core:</emphasis> |