diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-25 07:40:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:27 +0100 |
| commit | 5b3d2f32a2875035a90c44db63cedb9e9b15996b (patch) | |
| tree | 1d79bff8cfb8159f95e236d0883e22c5ccdb660b | |
| parent | 747f5cdbd26b5b891ab65c5598cd2176ee84521c (diff) | |
| download | poky-5b3d2f32a2875035a90c44db63cedb9e9b15996b.tar.gz | |
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>
| -rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index d87f15ec60..66457d8b5b 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
| @@ -139,8 +139,8 @@ | |||
| 139 | </para> | 139 | </para> |
| 140 | </section> | 140 | </section> |
| 141 | 141 | ||
| 142 | <section id='concepts-components-metadata'> | 142 | <section id='overview-components-recipes'> |
| 143 | <title>Metadata (Recipes)</title> | 143 | <title>Recipes</title> |
| 144 | 144 | ||
| 145 | <para> | 145 | <para> |
| 146 | Files that have the <filename>.bb</filename> suffix are | 146 | Files that have the <filename>.bb</filename> suffix are |
| @@ -164,12 +164,12 @@ | |||
| 164 | </para> | 164 | </para> |
| 165 | </section> | 165 | </section> |
| 166 | 166 | ||
| 167 | <section id='concepts-components-classes'> | 167 | <section id='overview-components-classes'> |
| 168 | <title>Classes</title> | 168 | <title>Classes</title> |
| 169 | 169 | ||
| 170 | <para> | 170 | <para> |
| 171 | Class files (<filename>.bbclass</filename>) contain information | 171 | Class files (<filename>.bbclass</filename>) contain information |
| 172 | that is useful to share between Metadata files. | 172 | that is useful to share between recipes files. |
| 173 | An example is the | 173 | An example is the |
| 174 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-autotools'><filename>autotools</filename></ulink> | 174 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-autotools'><filename>autotools</filename></ulink> |
| 175 | class, which contains common settings for any application that | 175 | class, which contains common settings for any application that |
| @@ -181,8 +181,8 @@ | |||
| 181 | </para> | 181 | </para> |
| 182 | </section> | 182 | </section> |
| 183 | 183 | ||
| 184 | <section id='concepts-components-configuration'> | 184 | <section id='overview-components-configurations'> |
| 185 | <title>Configuration</title> | 185 | <title>Configurations</title> |
| 186 | 186 | ||
| 187 | <para> | 187 | <para> |
| 188 | The configuration files (<filename>.conf</filename>) define | 188 | The configuration files (<filename>.conf</filename>) define |
| @@ -192,7 +192,7 @@ | |||
| 192 | configuration options, distribution configuration options, | 192 | configuration options, distribution configuration options, |
| 193 | compiler tuning options, general common configuration options, | 193 | compiler tuning options, general common configuration options, |
| 194 | and user configuration options in | 194 | and user configuration options in |
| 195 | <filename>local.conf</filename>, which is found in the | 195 | <filename>conf/local.conf</filename>, which is found in the |
| 196 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. | 196 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. |
| 197 | </para> | 197 | </para> |
| 198 | </section> | 198 | </section> |
