summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-28 10:40:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-01 23:30:28 +0100
commit0101e9edf47d49bd25632389a735bdc298c4a728 (patch)
treed915dd45c06743eeeece61b33b8815b0ac3c677b /documentation/dev-manual/dev-manual-newbie.xml
parent33547c2f0c67fb35007a4568fb0346f758cb0242 (diff)
downloadpoky-0101e9edf47d49bd25632389a735bdc298c4a728.tar.gz
documentation: dev-manual - Added QEMU for image target.
(From yocto-docs rev: 6dceb27dd5687e1a6a9ae3ad8decccbaa211376a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 96db505d26..a32c31a408 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -291,8 +291,8 @@
291 Sometimes this toolchain is referred to as the meta-toolchain.</para></listitem> 291 Sometimes this toolchain is referred to as the meta-toolchain.</para></listitem>
292 <listitem><para><emphasis>Image:</emphasis> An image is the result produced when 292 <listitem><para><emphasis>Image:</emphasis> An image is the result produced when
293 BitBake processes a given collection of recipes and related metadata. 293 BitBake processes a given collection of recipes and related metadata.
294 Images are the binary output that run on specific hardware and for specific 294 Images are the binary output that run on specific hardware or QEMU
295 use cases. 295 and for specific use cases.
296 For a list of the supported image types that the Yocto Project provides, see the 296 For a list of the supported image types that the Yocto Project provides, see the
297 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" 297 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>"
298 chapter in the Yocto Project Reference Manual.</para></listitem> 298 chapter in the Yocto Project Reference Manual.</para></listitem>