diff options
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu-targets.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-targets.inc b/meta/recipes-devtools/qemu/qemu-targets.inc index 5c3565544e..a3e46a894e 100644 --- a/meta/recipes-devtools/qemu/qemu-targets.inc +++ b/meta/recipes-devtools/qemu/qemu-targets.inc | |||
| @@ -7,7 +7,7 @@ def get_qemu_target_list(d): | |||
| 7 | archs = d.getVar('QEMU_TARGETS', True).split() | 7 | archs = d.getVar('QEMU_TARGETS', True).split() |
| 8 | tos = d.getVar('HOST_OS', True) | 8 | tos = d.getVar('HOST_OS', True) |
| 9 | softmmuonly = "" | 9 | softmmuonly = "" |
| 10 | for arch in ['mips64', 'mips64el', 'ppcemb']: | 10 | for arch in ['ppcemb']: |
| 11 | if arch in archs: | 11 | if arch in archs: |
| 12 | softmmuonly += arch + "-softmmu," | 12 | softmmuonly += arch + "-softmmu," |
| 13 | archs.remove(arch) | 13 | archs.remove(arch) |
