]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Small fixes to the "Yocto Projects Components" section.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 26 Mar 2013 18:21:58 +0000 (11:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:51 +0000 (14:12 +0100)
(From yocto-docs rev: 14763a81b48c2240a400bf653f92e5a1efabb294)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/technical-details.xml

index e1e16b824e7ee81ab398048a8571c73c8942a501..68522241a0d0b4a9dca37e47948bc38030873127 100644 (file)
@@ -17,8 +17,8 @@
     <para>
         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.
     </para>
 
     <para>
         The data itself is of various types:
     <itemizedlist>
         <listitem><para><emphasis>Recipes:</emphasis>  Provides details about particular
-            pieces of software</para></listitem>
-        <listitem><para><emphasis>Class Data:</emphasis>  An abstraction of common build
+            pieces of software.</para></listitem>
+        <listitem><para><emphasis>Class Data:</emphasis>  Abstracts common build
             information (e.g. how to build a Linux kernel).</para></listitem>
         <listitem><para><emphasis>Configuration Data:</emphasis>  Defines machine-specific settings,
-            policy decisions, etc.
+            policy decisions, and so forth.
             Configuration data acts as the glue to bind everything together.</para></listitem>
     </itemizedlist>
         For more information on data, see the
@@ -48,8 +48,8 @@
 
     <para>
         Following are some brief details on these core components.
-        For more detailed information on these components see the
-        "<link linkend='ref-structure'>Directory Structure</link>" chapter.
+        For more detailed information on these components, see the
+        "<link linkend='ref-structure'>Source Directory Structure</link>" chapter.
     </para>
 
     <section id='usingpoky-components-bitbake'>