diff options
-rw-r--r-- | meta/classes/qemu.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index 68896ce5fb..aead8e2809 100644 --- a/meta/classes/qemu.bbclass +++ b/meta/classes/qemu.bbclass | |||
@@ -9,5 +9,7 @@ def qemu_target_binary(data): | |||
9 | target_arch = "i386" | 9 | target_arch = "i386" |
10 | elif target_arch == "powerpc": | 10 | elif target_arch == "powerpc": |
11 | target_arch = "ppc" | 11 | target_arch = "ppc" |
12 | elif target_arch == "powerpc64": | ||
13 | target_arch = "ppc64" | ||
12 | 14 | ||
13 | return "qemu-" + target_arch | 15 | return "qemu-" + target_arch |