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>
This commit is contained in:
Scott Rifenbark 2011-08-18 09:43:03 -07:00 committed by Richard Purdie
parent e384051ded
commit 90d5834ad2
1 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,7 @@
</para>
<section id='usingpoky-components'>
<title>Poky Overview</title>
<title>Yocto Project Components</title>
<para>
The BitBake task executor together with various types of configuration files form the
@ -23,11 +23,13 @@
BitBake handles the parsing and execution of the data files.
The data itself is of various types:
<itemizedlist>
<listitem><para>Recipes: Provides details about particular pieces of software</para></listitem>
<listitem><para>Class Data: An abstraction of common build information (e.g. how to build a
Linux kernel).</para></listitem>
<listitem><para>Configuration Data: Defines machine-specific settings, policy decisions, etc.
Configuration data acts a the glue to bind everything together.</para></listitem>
<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
information (e.g. how to build a Linux kernel).</para></listitem>
<listitem><para><emphasis>Configuration Data:</emphasis> Defines machine-specific settings,
policy decisions, etc.
Configuration data acts a the glue to bind everything together.</para></listitem>
</itemizedlist>
For more information on data, see the
<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#yocto-project-terms'>