summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-25 07:40:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:59 +0100
commit3ed721c919ea1fcc53b31f6b29bd085c12a50925 (patch)
treec462aab4d2c633705f8dda150751e7a28b02f8a4 /documentation/overview-manual
parent46304ec7927f1b897ba89bd7e03272f1564198ea (diff)
downloadpoky-3ed721c919ea1fcc53b31f6b29bd085c12a50925.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>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.xml14
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>