generic-poky/meta/conf
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
..
distro tclibc-musl.inc: fix stray comment reference to uclibc 2017-04-20 07:55:25 +01:00
machine qemuboot.conf: make cpus match built artifacts 2017-07-27 22:36:44 +01:00
machine-sdk classes/nativesdk: set SDK_OLDEST_KERNEL appropriately 2016-11-06 23:35:33 +00:00
multiconfig bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf 2017-01-17 11:31:36 +00:00
abi_version.conf sanity/abi-version: Force a clean TMPDIR after recipe specific sysroot changes 2017-01-23 23:30:14 +00:00
bitbake.conf Revert "bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL" 2017-06-27 13:49:45 +01:00
conf-notes.txt adt-installer: Drop since its replaced by the extensible SDK 2016-02-28 11:31:17 +00:00
documentation.conf documentation.conf: update TCLIBC[doc] to match current options in oe-core 2017-04-20 07:55:25 +01:00
layer.conf bitbake.conf: Add HOSTTOOLS_DIR for ${TMPDIR}/hosttools 2017-05-01 08:56:35 +01:00
licenses.conf licenses.conf: Fix variable name in comments (FOSS_NO_COPYRIGHT) 2016-11-23 11:10:14 +00:00
migrate_localcount.conf prserv: add LOCALCOUNT to AUTOINCs migration feature 2013-01-22 16:01:32 +00:00
multilib.conf Switch to Recipe Specific Sysroots 2017-01-23 12:05:17 +00:00
prexport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
primport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
sanity.conf sanity: Require bitbake 1.33.4 2017-04-10 23:00:43 +01:00