Go to file
Steve Sakoman 63d05fc061 build-appliance-image: Update to dunfell head revision
(From OE-Core rev: c4fb7d1f0f157ffafd9f907f49ea74b93b2c1d40)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
2024-04-15 19:16:15 -07:00
bitbake bitbake: toaster/toastergui: Bug-fix verify given layer path only if import/add local layer 2024-02-07 04:10:22 -10:00
contrib/artwork oe.svg: Copy artwork from openembedded-classic. 2019-10-08 11:22:24 +01:00
documentation documentation: update for 3.1.33 2024-04-13 04:51:48 -07:00
meta build-appliance-image: Update to dunfell head revision 2024-04-15 19:16:15 -07:00
meta-poky poky.conf: bump version for 3.1.33 2024-04-13 04:51:48 -07:00
meta-selftest oe-selftest-image: Ensure the image has sftp as well as dropbear 2022-07-15 12:29:17 +01:00
meta-skeleton meta-skeleton: Add HOMEPAGE / DESCRIPTION 2021-03-18 21:20:24 +00:00
meta-yocto-bsp linux-yocto/5.4: update genericx86* machines to v5.4.219 2022-12-19 16:40:41 +00:00
scripts resulttool/report: Avoid divide by zero 2023-10-27 04:21:19 -10:00
.gitignore scripts/install-buildtools: improvements 2020-04-01 11:44:23 +01:00
.templateconf meta-yocto: Rename to meta-poky to better match its purpose 2016-02-28 11:31:17 +00:00
LICENSE meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
LICENSE.GPL-2.0-only meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
LICENSE.MIT meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
MEMORIAM MEMORIAM: Add recognition for contributors no longer with us 2020-01-30 15:22:35 +00:00
oe-init-build-env meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
README.hardware meta-yocto: Restructure and tidy up READMEs 2017-09-14 13:36:22 +01:00
README.OE-Core README.OE-Core.md: update URLs 2021-12-08 20:28:01 +00:00
README.poky meta-yocto: Restructure and tidy up READMEs 2017-09-14 13:36:22 +01:00
README.qemu README.qemu: qemuppc64 is not supported 2017-10-16 23:54:31 +01:00
SECURITY.md SECURITY.md: Add file 2023-10-24 05:22:46 -10:00

QEMU Emulation Targets
======================

To simplify development, the build system supports building images to
work with the QEMU emulator in system emulation mode. Several architectures
are currently supported in 32 and 64 bit variants:

  * ARM (qemuarm + qemuarm64)
  * x86 (qemux86 + qemux86-64)
  * PowerPC (qemuppc only)
  * MIPS (qemumips + qemumips64)

Use of the QEMU images is covered in the Yocto Project Reference Manual.
The appropriate MACHINE variable value corresponding to the target is given
in brackets.