All of lore.kernel.org
 help / color / mirror / Atom feed
* [warrior][master][PATCH] nativesdk-qemu:Make it support aarch64_be.
@ 2019-05-25  2:32 Lei Maohui
  0 siblings, 0 replies; only message in thread
From: Lei Maohui @ 2019-05-25  2:32 UTC (permalink / raw)
  To: openembedded-core

Otherwise, there will be "no aarch64_be-softmmu" error.

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta/recipes-devtools/qemu/qemu-targets.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu-targets.inc b/meta/recipes-devtools/qemu/qemu-targets.inc
index 550d6f0..8184ef5 100644
--- a/meta/recipes-devtools/qemu/qemu-targets.inc
+++ b/meta/recipes-devtools/qemu/qemu-targets.inc
@@ -13,7 +13,7 @@ def get_qemu_target_list(d):
             softmmuonly += arch + "-softmmu,"
             archs.remove(arch)
     linuxuseronly = ""
-    for arch in ['armeb', 'alpha', 'ppc64abi32', 'sparc32plus']:
+    for arch in ['armeb', 'alpha', 'ppc64abi32', 'sparc32plus', 'aarch64_be']:
         if arch in archs:
             linuxuseronly += arch + "-linux-user,"
             archs.remove(arch)
-- 
1.9.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-05  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-25  2:32 [warrior][master][PATCH] nativesdk-qemu:Make it support aarch64_be Lei Maohui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.