mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
7770160fb47a3b06081473c293d1b3e51076b845
(From OE-Core rev: 1c5ea29ed49a73e9cf5abbb9abfdbd1ccd9c5eee) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit f5d0ef12a5f1c4fa3981e70ef614e34bc64c380f) includes: CVE-2018-4088 CVE-2017-13885 CVE-2017-7165 CVE-2017-13884 CVE-2017-7160 CVE-2017-7153 CVE-2017-7153 CVE-2017-7161 CVE-2018-4096 Signed-off-by: Armin Kuster <akuster808@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