From 5b3d2f32a2875035a90c44db63cedb9e9b15996b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 25 Apr 2018 07:40:22 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/overview-manual/overview-manual-concepts.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation/overview-manual/overview-manual-concepts.xml') 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.
-- cgit v1.2.3-54-g00ecf