ref-manual: Small fixes to the "Yocto Projects Components" section.

(From yocto-docs rev: 14763a81b48c2240a400bf653f92e5a1efabb294)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-03-26 11:21:58 -07:00 committed by Richard Purdie
parent 48d8ba77e0
commit fcb34d5268
1 changed files with 7 additions and 7 deletions

View 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>
@ -26,11 +26,11 @@
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'>