diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-18 09:43:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:47:02 -0700 |
commit | 90d5834ad205a413d60baf11603f4e57153a88be (patch) | |
tree | 9ebfb0ecf10cf558c5c74f42d310ca577e58a7d6 /documentation/poky-ref-manual/usingpoky.xml | |
parent | e384051ded9e846050473df8a043cba656dcdf67 (diff) | |
download | poky-90d5834ad205a413d60baf11603f4e57153a88be.tar.gz |
documentation/poky-ref-manual/usingpoky.xml: small edits to list and title
I added emphasis to a bulleted list and I also updated a section title
to reflect Yocto Project instead of Poky.
(From yocto-docs rev: f967aff5c0a0047ef44145c6a95da84e57c255b1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index b8c960f0c5..d26b2b7984 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -10,7 +10,7 @@ | |||
10 | </para> | 10 | </para> |
11 | 11 | ||
12 | <section id='usingpoky-components'> | 12 | <section id='usingpoky-components'> |
13 | <title>Poky Overview</title> | 13 | <title>Yocto Project Components</title> |
14 | 14 | ||
15 | <para> | 15 | <para> |
16 | The BitBake task executor together with various types of configuration files form the | 16 | The BitBake task executor together with various types of configuration files form the |
@@ -23,11 +23,13 @@ | |||
23 | BitBake handles the parsing and execution of the data files. | 23 | BitBake handles the parsing and execution of the data files. |
24 | The data itself is of various types: | 24 | The data itself is of various types: |
25 | <itemizedlist> | 25 | <itemizedlist> |
26 | <listitem><para>Recipes: Provides details about particular pieces of software</para></listitem> | 26 | <listitem><para><emphasis>Recipes:</emphasis> Provides details about particular |
27 | <listitem><para>Class Data: An abstraction of common build information (e.g. how to build a | 27 | pieces of software</para></listitem> |
28 | Linux kernel).</para></listitem> | 28 | <listitem><para><emphasis>Class Data:</emphasis> An abstraction of common build |
29 | <listitem><para>Configuration Data: Defines machine-specific settings, policy decisions, etc. | 29 | information (e.g. how to build a Linux kernel).</para></listitem> |
30 | Configuration data acts a the glue to bind everything together.</para></listitem> | 30 | <listitem><para><emphasis>Configuration Data:</emphasis> Defines machine-specific settings, |
31 | policy decisions, etc. | ||
32 | Configuration data acts a the glue to bind everything together.</para></listitem> | ||
31 | </itemizedlist> | 33 | </itemizedlist> |
32 | For more information on data, see the | 34 | For more information on data, see the |
33 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#yocto-project-terms'> | 35 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#yocto-project-terms'> |