TipsAndTricks/RunningQemuOnMacOSX: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(Created page with "If you'd like to forward X11 from a build machine to a machine running OSX, you'll need to install [https://www.xquartz.org/ XQuartz]. Sadly the keyboard mapping will be incor...")
 
mNo edit summary
Line 1: Line 1:
If you'd like to forward X11 from a build machine to a machine running OSX, you'll need to install [https://www.xquartz.org/ XQuartz]. Sadly the keyboard mapping will be incorrect. To solve this simply add these qemu params to your runqemu command:
If you'd like to forward X11 from a build machine to a machine running OSX, you'll need to install [https://www.xquartz.org/ XQuartz].  
 
Sadly the keyboard mapping will be incorrect. To solve this simply add these qemu params to your runqemu command:


runqemu '''qemuparams="-k en-us"''' qemux86
runqemu '''qemuparams="-k en-us"''' qemux86

Revision as of 20:35, 27 September 2016

If you'd like to forward X11 from a build machine to a machine running OSX, you'll need to install XQuartz.

Sadly the keyboard mapping will be incorrect. To solve this simply add these qemu params to your runqemu command:

runqemu qemuparams="-k en-us" qemux86