]> code.ossystems Code Review - openembedded-core.git/commit
qemu.bbclass: Allow use different QEMU binary depending of target
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 23 Sep 2016 16:42:59 +0000 (13:42 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 17:06:10 +0000 (18:06 +0100)
commit9b6d414fd27932ed1325de54e8e867c75b340e3d
tree2e454a7024a04773294c691daae7c6cf1938bef0
parentf6f13b049e8683d2a2af3e120ba979b58f9a7d9a
qemu.bbclass: Allow use different QEMU binary depending of target

There are architectures which support running in 32 and 64 bit
flavours however the simulation is provided in a specific QEMU
setting, requiring us to use a different binary. This patch allow this
to be done using, for example:

QEMU_TARGET_BINARY_ppce5500 = "qemu-ppc64abi32"

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemu.bbclass