[OE-core] [PATCH 1/3] qemu.bbclass: Map the qemu binary name for powerpc64

Khem Raj raj.khem at gmail.com
Sun Jul 22 23:54:16 UTC 2012


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 68896ce..aead8e2 100644
--- a/meta/classes/qemu.bbclass
+++ b/meta/classes/qemu.bbclass
@@ -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
-- 
1.7.5.4





More information about the Openembedded-core mailing list