mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
8d48abc3efeffa0c81a3e818842492cf3fd4c6ee
The terms.xml chapter had a link to the toaster-manual where the string to the manual was not matching the string used in the mega-manual.sed file. Consequently, the link was not being processed correctly. This type of link should not be a link in the mega-manual because the target is to the manual in general. Fixed the string of the toaster-manual to match what is being used in the mega-manual. (From yocto-docs rev: 44042847db10b15f8694199162ad96dea44d21bc) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.
Description