README.qemu 529 B

123456789101112131415
  1. QEMU Emulation Targets
  2. ======================
  3. To simplify development, the build system supports building images to
  4. work with the QEMU emulator in system emulation mode. Several architectures
  5. are currently supported in 32 and 64 bit variants:
  6. * ARM (qemuarm + qemuarm64)
  7. * x86 (qemux86 + qemux86-64)
  8. * PowerPC (qemuppc only)
  9. * MIPS (qemumips + qemumips64)
  10. Use of the QEMU images is covered in the Yocto Project Reference Manual.
  11. The appropriate MACHINE variable value corresponding to the target is given
  12. in brackets.