diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f52c699c82..7223e0a7b7 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -302,13 +302,14 @@ | |||
302 | </mediaobject> | 302 | </mediaobject> |
303 | 303 | ||
304 | <para> | 304 | <para> |
305 | For this scenario you need to do three things: | 305 | For this scenario you need to do several things: |
306 | </para> | 306 | </para> |
307 | 307 | ||
308 | <itemizedlist> | 308 | <itemizedlist> |
309 | <listitem> | 309 | <listitem> |
310 | <para> | 310 | <para> |
311 | Install the stand-alone Yocto toolchain tarball. | 311 | Install the stand-alone Yocto toolchain tarball and then set up the |
312 | environment to emulate the hardware. | ||
312 | </para> | 313 | </para> |
313 | </listitem> | 314 | </listitem> |
314 | <listitem> | 315 | <listitem> |
@@ -323,6 +324,12 @@ | |||
323 | Download the filesystem image for your target machine's architecture. | 324 | Download the filesystem image for your target machine's architecture. |
324 | </para> | 325 | </para> |
325 | </listitem> | 326 | </listitem> |
327 | <listitem> | ||
328 | <para> | ||
329 | Start the QEMU emulator. | ||
330 | </para> | ||
331 | </listitem> | ||
332 | |||
326 | </itemizedlist> | 333 | </itemizedlist> |
327 | 334 | ||
328 | <section id='installing-the-toolchain-and-setting-up-the-environment'> | 335 | <section id='installing-the-toolchain-and-setting-up-the-environment'> |