diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-26 11:21:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:51 +0100 |
commit | fcb34d5268f0f8ba534b2902d74679d256c654ea (patch) | |
tree | 1d65feda4ccbafdc30430cb4d770073b1aa74977 /documentation/ref-manual/technical-details.xml | |
parent | 48d8ba77e0e1c6d5a0294c96ecebb999d88ecedf (diff) | |
download | poky-fcb34d5268f0f8ba534b2902d74679d256c654ea.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index e1e16b824e..68522241a0 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -17,8 +17,8 @@ | |||
17 | <para> | 17 | <para> |
18 | The BitBake task executor together with various types of configuration files form the | 18 | The BitBake task executor together with various types of configuration files form the |
19 | OpenEmbedded Core. | 19 | OpenEmbedded Core. |
20 | This section overviews the BitBake task executor and the | 20 | This section overviews these by describing what they are used for |
21 | configuration files by describing what they are used for and how they interact. | 21 | and how they interact. |
22 | </para> | 22 | </para> |
23 | 23 | ||
24 | <para> | 24 | <para> |
@@ -26,11 +26,11 @@ | |||
26 | The data itself is of various types: | 26 | The data itself is of various types: |
27 | <itemizedlist> | 27 | <itemizedlist> |
28 | <listitem><para><emphasis>Recipes:</emphasis> Provides details about particular | 28 | <listitem><para><emphasis>Recipes:</emphasis> Provides details about particular |
29 | pieces of software</para></listitem> | 29 | pieces of software.</para></listitem> |
30 | <listitem><para><emphasis>Class Data:</emphasis> An abstraction of common build | 30 | <listitem><para><emphasis>Class Data:</emphasis> Abstracts common build |
31 | information (e.g. how to build a Linux kernel).</para></listitem> | 31 | information (e.g. how to build a Linux kernel).</para></listitem> |
32 | <listitem><para><emphasis>Configuration Data:</emphasis> Defines machine-specific settings, | 32 | <listitem><para><emphasis>Configuration Data:</emphasis> Defines machine-specific settings, |
33 | policy decisions, etc. | 33 | policy decisions, and so forth. |
34 | Configuration data acts as the glue to bind everything together.</para></listitem> | 34 | Configuration data acts as the glue to bind everything together.</para></listitem> |
35 | </itemizedlist> | 35 | </itemizedlist> |
36 | For more information on data, see the | 36 | For more information on data, see the |
@@ -48,8 +48,8 @@ | |||
48 | 48 | ||
49 | <para> | 49 | <para> |
50 | Following are some brief details on these core components. | 50 | Following are some brief details on these core components. |
51 | For more detailed information on these components see the | 51 | For more detailed information on these components, see the |
52 | "<link linkend='ref-structure'>Directory Structure</link>" chapter. | 52 | "<link linkend='ref-structure'>Source Directory Structure</link>" chapter. |
53 | </para> | 53 | </para> |
54 | 54 | ||
55 | <section id='usingpoky-components-bitbake'> | 55 | <section id='usingpoky-components-bitbake'> |