]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: override -cpu for qemu on ppc with SPE
authorKhem Raj <raj.khem@gmail.com>
Fri, 20 Jul 2012 22:55:14 +0000 (15:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jul 2012 13:07:22 +0000 (14:07 +0100)
commit695598415b4e9e17def7f04332bdbc0d24cc1efc
treed09f14c84e7d2f8375e7374bb28464fd2b342c7a
parentdb6a69f132b3ad2bf1108eccd945123969347154
bitbake.conf: override -cpu for qemu on ppc with SPE

We use -mtune flags which lets our application have
SPE intruction in them which is a good thing but when
running qemu especially in user mode these application
wont work with default powerpc emulation. Therefore we
have to add proper -cpu option to let qemu emulate for
a given cpu.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/bitbake.conf