2 # This class contains functions for recipes that need QEMU or test for its
6 def qemu_target_binary(data):
9 target_arch = bb.data.getVar("TARGET_ARCH", data, 1)
10 if target_arch in ("i486", "i586", "i686"):
12 elif target_arch == "powerpc":
15 return "qemu-" + target_arch