diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-17 16:34:37 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-18 17:20:44 +0000 |
commit | 021bc37ad0698c567f9b7089fde99fe985ae3551 (patch) | |
tree | 6ef8a97d8e475d31b77f074ef3839bdc9c4af2bc | |
parent | 8f75a06300714938e79800e0e140dd76ba42de86 (diff) | |
download | openembedded-core-021bc37ad0698c567f9b7089fde99fe985ae3551.tar.gz openembedded-core-021bc37ad0698c567f9b7089fde99fe985ae3551.tar.bz2 openembedded-core-021bc37ad0698c567f9b7089fde99fe985ae3551.zip |
documentation/poky-ref-manual/introduction.xml: Wording and release update
I changed several occurances of "Yocto Project" to "the Yocto Project."
Also changed the statement about what Poky release the book supported.
It previously said "applies to Poky Release 4.0 (Laverne)." I changed
this to "applies to Poky Release 5.0 (Bernard)."
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 1701713d48..90eaf014c0 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml @@ -8,8 +8,8 @@ <title>Welcome to Poky!</title> <para> - Poky is the build tool in Yocto Project. - Yocto Project uses Poky to build images (kernel, system, and application software) for + Poky is the build tool in the Yocto Project. + The Yocto Project uses Poky to build images (kernel, system, and application software) for targeted hardware. </para> @@ -78,7 +78,8 @@ <para> The sections in this reference manual describe different aspects of Poky. The <link linkend='usingpoky'>'Using Poky'</link> section provides an overview of the components - that make up Poky followed by information about using Poky and debugging images created in Yocto Project. + that make up Poky followed by information about using Poky and debugging images created in + the Yocto Project. The <link linkend='extendpoky'>'Extending Poky'</link> and <link linkend='bsp'>'Board Support Packages'</link> sections provide information about how to extend and customize Poky along with advice on how to manage these changes. @@ -90,7 +91,7 @@ </para> <para> - This manual applies to Poky Release 4.0 (laverne). + This manual applies to Poky Release 5.0 (Bernard). </para> </section> |