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 @@ -
- Metadata (Recipes) +
+ Recipes Files that have the .bb suffix are @@ -164,12 +164,12 @@
-
+
Classes Class files (.bbclass) contain information - that is useful to share between Metadata files. + that is useful to share between recipes files. An example is the autotools class, which contains common settings for any application that @@ -181,8 +181,8 @@
-
- Configuration +
+ Configurations The configuration files (.conf) define @@ -192,7 +192,7 @@ configuration options, distribution configuration options, compiler tuning options, general common configuration options, and user configuration options in - local.conf, which is found in the + conf/local.conf, which is found in the Build Directory.