summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-10-27 11:29:28 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-04 20:20:06 +0000
commitf7a3a5fe85a316a8ff087b0d791aa4574956d644 (patch)
treed37ed82f8d1ff5b5e489209b58bc0451d2d4457b
parente53470656ed6fb2595c75d7f3b7a2fb72900a831 (diff)
downloadpoky-f7a3a5fe85a316a8ff087b0d791aa4574956d644.tar.gz
Changed the title and wording of the section about pre-built binaries.
There was a grammatical error in the title and redundancy in the first sentence of this section. Cleaned up the title and wording. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 1727a52c76..af1a0f5666 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -276,9 +276,9 @@
276 </section> 276 </section>
277 277
278 <section id='using-pre-built'> 278 <section id='using-pre-built'>
279 <title>Using a Pre-Built Binaries and QEMU</title> 279 <title>Using Pre-Built Binaries and QEMU</title>
280 <para> 280 <para>
281 If hardware, libraries and services are stable you can use a pre-built image of the image, kernel and toolchain and just run it on the target using the emulator QEMU. 281 If hardware, libraries and services are stable you can use a pre-built binary of the image, kernel and toolchain and just run it on the target using the emulator QEMU.
282 This situation is perfect for developing application software. 282 This situation is perfect for developing application software.
283 </para> 283 </para>
284 284