diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-01 15:03:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:07:51 +0100 |
commit | 0c38b24fedcc6a7860a347b6e23d0485a72cc271 (patch) | |
tree | 6a69a381fae28e45605791169cbc834c08e5de24 /documentation/dev-manual | |
parent | dd2883be8fa4397679246d3501e8ecbc236cdf09 (diff) | |
download | poky-0c38b24fedcc6a7860a347b6e23d0485a72cc271.tar.gz |
documentation/dev-manual/dev-manual-start.xml: Wording change for running image.
(From yocto-docs rev: 930f8853194bf2d397202d55c27a42bbc2a65278)
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')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index e44f1289f4..12a1ddc413 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -187,7 +187,8 @@ | |||
187 | <listitem><para>Build the image using the BitBake command. | 187 | <listitem><para>Build the image using the BitBake command. |
188 | If you want information on Bitbake, see the user manual at | 188 | If you want information on Bitbake, see the user manual at |
189 | <ulink url='http://docs.openembedded.org/bitbake/html'></ulink>.</para></listitem> | 189 | <ulink url='http://docs.openembedded.org/bitbake/html'></ulink>.</para></listitem> |
190 | <listitem><para>Optionally, you can run the image in the QEMU emulator.</para></listitem> | 190 | <listitem><para>Run the image either on the actual hardware or using the QEMU |
191 | emulator.</para></listitem> | ||
191 | </orderedlist> | 192 | </orderedlist> |
192 | </para> | 193 | </para> |
193 | </section> | 194 | </section> |