Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] qemu.bbclass: Map the qemu binary name for powerpc64
@ 2012-07-22 23:54 Khem Raj
  2012-07-22 23:54 ` [PATCH 2/3] cups_1.4.6.bb: Fix build on ppc64 Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Khem Raj @ 2012-07-22 23:54 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Khem Raj <raj.khem@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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-26 19:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-22 23:54 [PATCH 1/3] qemu.bbclass: Map the qemu binary name for powerpc64 Khem Raj
2012-07-22 23:54 ` [PATCH 2/3] cups_1.4.6.bb: Fix build on ppc64 Khem Raj
2012-07-22 23:54 ` [PATCH 3/3] libcgroup_0.37.1.bb: Add recipe Khem Raj
2012-07-23 10:00   ` Paul Eggleton
2012-07-26 19:26 ` [PATCH 1/3] qemu.bbclass: Map the qemu binary name for powerpc64 Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox