]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/yocto-project-qs/yocto-project-qs.xml: Added note to poky-qemu command
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 20 Jan 2011 23:07:21 +0000 (15:07 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 25 Jan 2011 19:58:52 +0000 (11:58 -0800)
Depending on the architecture you are booting and the profile of the
filesystem image QEMU might come up in a new shell, and existing shell,
have a GUI, or be in command-line mode.  I added a note indicating this
behavior.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/yocto-project-qs/yocto-project-qs.xml

index f62eac16d72a1a8d00714a1c2d200795d10f4817..24480bc78736b2798abe0f63bfbbc84aff682b3a 100644 (file)
      $ source /opt/poky/environment-setup-i586-poky-linux 
      $ poky-qemu qemui586 zImage-2.6.34-qemux86-0.9 yocto-image-sdk-qemux86-0.9.rootfs.ext3 ext3
          </literallayout>
-         </section>
-         
+
+         <para>
+             The environment in which QEMU launches varies depending on the filesystem image and on the 
+             target architecture.  For example, if you source the environment for the ARM target 
+             architecture and then boot the minimal QEMU image, the emulator comes up in a new 
+             shell in command-line mode.  However, if you boot the SDK image QEMU comes up with 
+             a GUI.
+         </para>
+         <note><para>
+             Booting the PPC image results in QEMU launching in the same shell in command-line mode.
+         </para></note>
+         </section>     
     </section>
 </section>