overview-manual: Updates to "Components" section.

I changed the "Metadata (Recipes)" title to simply "Recipes".
It is less confusing since the term "Metadata" is in general recipes,
classes, and configurations.  Provdided a few small edits elsewhere
in the section.

(From yocto-docs rev: 566b54f58ca7859bf860f25e433bff4b429c2507)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-04-25 07:40:22 -07:00
committed by Richard Purdie
parent 46304ec792
commit 3ed721c919

View File

@@ -139,8 +139,8 @@
</para>
</section>
<section id='concepts-components-metadata'>
<title>Metadata (Recipes)</title>
<section id='overview-components-recipes'>
<title>Recipes</title>
<para>
Files that have the <filename>.bb</filename> suffix are
@@ -164,12 +164,12 @@
</para>
</section>
<section id='concepts-components-classes'>
<section id='overview-components-classes'>
<title>Classes</title>
<para>
Class files (<filename>.bbclass</filename>) contain information
that is useful to share between Metadata files.
that is useful to share between recipes files.
An example is the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-autotools'><filename>autotools</filename></ulink>
class, which contains common settings for any application that
@@ -181,8 +181,8 @@
</para>
</section>
<section id='concepts-components-configuration'>
<title>Configuration</title>
<section id='overview-components-configurations'>
<title>Configurations</title>
<para>
The configuration files (<filename>.conf</filename>) define
@@ -192,7 +192,7 @@
configuration options, distribution configuration options,
compiler tuning options, general common configuration options,
and user configuration options in
<filename>local.conf</filename>, which is found in the
<filename>conf/local.conf</filename>, which is found in the
<ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
</para>
</section>