]> code.ossystems Code Review - openembedded-core.git/commit
meta/classes/qemu.bbclass: set -cpu of ppce5500/ppce6500 to e500mc
authorZhenhua Luo <zhenhua.luo@nxp.com>
Thu, 14 Apr 2016 09:26:44 +0000 (17:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Apr 2016 05:57:48 +0000 (06:57 +0100)
commite06c5c5447350049ebd1a6245fc2dd2608b265e5
tree311a1f9b3cd37431b732f7b60e1f8181715eca93
parent0791ba7ea82444729a1a7d1b2443f633bcba2002
meta/classes/qemu.bbclass: set -cpu of ppce5500/ppce6500 to e500mc

The e5500 and e6500 cpu types are not supported by native qemu, set the value
of -cpu to e500mc. Without this change, build will fail for packages which use
qemuwrapper in compile phase due to the following error.
| Unable to find CPU definition

e.g. gobject-introspection

Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemu.bbclass