summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-01 10:46:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:52:54 +0000
commit128b6be90166f7dca6ff03c9c2b9b58b3258686a (patch)
tree8ed6bad29b35d532b0353419f62412be92609330
parentf184d585de3905a9c8919cb0f916df55f56f4425 (diff)
downloadpoky-128b6be90166f7dca6ff03c9c2b9b58b3258686a.tar.gz
documentation: poky-ref-manual - Better wording for build section
I improved the wording such that it is not confusing between the information in reference manual's section on running a build and the general overview presented in the YP Quick Start. (From yocto-docs rev: 17e2fc34941612589b8ddf3314a4760e9c2f402d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 4ae6545479..b824a28869 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -15,12 +15,12 @@
15 <title>Running a Build</title> 15 <title>Running a Build</title>
16 16
17 <para> 17 <para>
18 You can find general information on how to build an image using the OpenEmbedded build
19 system in the
20 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>"
21 section of the Yocto Project Quick Start.
22 This section provides a summary of the build process and provides information 18 This section provides a summary of the build process and provides information
23 for less obvious aspects of the build process. 19 for less obvious aspects of the build process.
20 For general information on how to build an image using the OpenEmbedded build
21 system, see the
22 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>"
23 section of the Yocto Project Quick Start.
24 </para> 24 </para>
25 25
26 <section id='build-overview'> 26 <section id='build-overview'>