mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 16:13:16 +00:00
qemu.bbclass: Map the qemu binary name for powerpc64
(From OE-Core rev: b9c7b050eb3e51c98f95feb8cf19f45ff2cc8700) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b882a12ef2
commit
bedae2815e
@ -9,5 +9,7 @@ def qemu_target_binary(data):
|
||||
target_arch = "i386"
|
||||
elif target_arch == "powerpc":
|
||||
target_arch = "ppc"
|
||||
elif target_arch == "powerpc64":
|
||||
target_arch = "ppc64"
|
||||
|
||||
return "qemu-" + target_arch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user