From: Scott Rifenbark Date: Tue, 26 Mar 2013 18:21:58 +0000 (-0700) Subject: ref-manual: Small fixes to the "Yocto Projects Components" section. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb34d5268f0f8ba534b2902d74679d256c654ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Small fixes to the "Yocto Projects Components" section. (From yocto-docs rev: 14763a81b48c2240a400bf653f92e5a1efabb294) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index e1e16b824e7..68522241a0d 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -17,8 +17,8 @@ The BitBake task executor together with various types of configuration files form the OpenEmbedded Core. - This section overviews the BitBake task executor and the - configuration files by describing what they are used for and how they interact. + This section overviews these by describing what they are used for + and how they interact. @@ -26,11 +26,11 @@ The data itself is of various types: Recipes: Provides details about particular - pieces of software - Class Data: An abstraction of common build + pieces of software. + Class Data: Abstracts common build information (e.g. how to build a Linux kernel). Configuration Data: Defines machine-specific settings, - policy decisions, etc. + policy decisions, and so forth. Configuration data acts as the glue to bind everything together. For more information on data, see the @@ -48,8 +48,8 @@ Following are some brief details on these core components. - For more detailed information on these components see the - "Directory Structure" chapter. + For more detailed information on these components, see the + "Source Directory Structure" chapter.