generic-poky/meta/conf/machine
Martin Kelly a839f11d5d qemuboot.conf: make cpus match built artifacts
Currently, the qemu CPUs for are specified as generic, but the built
artifacts are not. For example, we build x86-64 artifacts targeting
core2duo but run them in qemu with generic qemu/kvm CPUs. This causes
some packages that take advantage of the host architecture to crash
because they try to use CPU features not advertised by qemu. As an
example, Qt uses ssse3. When artifacts linked against Qt and built
targeting core2duo attempt to run on a generic qemu/kvm CPU, we get
the following crash:

Incompatible processor. This Qt build requires the following features:
     ssse3

We could fix this by making packages like Qt not take advantage of CPU
features. However, we will probably keep facing similar issues over
time, so it's better to resolve them in a more enduring way.

Fix this by making the qemu -cpu arguments match the built artifacts.

(From OE-Core rev: 20b3574749420a1fef2cb2e0579584453dd4c5c5)

(From OE-Core rev: d945678264ba31dccb5b1dec973e8f3a58403ea2)

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-07-27 22:36:44 +01:00
..
include qemuboot.conf: make cpus match built artifacts 2017-07-27 22:36:44 +01:00
qemuarm.conf x86-base.inc, qemuarm.conf: prefer 4.10 version of linux-yocto 2017-04-05 23:22:12 +01:00
qemuarm64.conf runqemu: fixes for slirp, network device and hostfwd 2017-01-23 12:05:22 +00:00
qemumips.conf Use weak assignment for SERIAL_CONSOLES in qemu configuration files 2016-12-13 22:55:20 +00:00
qemumips64.conf Use weak assignment for SERIAL_CONSOLES in qemu configuration files 2016-12-13 22:55:20 +00:00
qemuppc.conf runqemu: fixes for slirp, network device and hostfwd 2017-01-23 12:05:22 +00:00
qemux86-64.conf qemux86*.conf: changed dependency task for syslinux 2017-04-10 23:00:43 +01:00
qemux86.conf qemux86*.conf: changed dependency task for syslinux 2017-04-10 23:00:43 +01:00