[oe-commits] [openembedded-core] 42/45: qemu-targets.inc: Mark 'lm32' as softmmu only architecture

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 15:25:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2f6c85da5202cdd0d2da2ce53e0a62b09a711b16
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Fri Sep 21 06:27:31 2018 +0000

    qemu-targets.inc: Mark 'lm32' as softmmu only architecture
    
    The lm32 architecture does not support linux-user within QEMU as it is
    not a Linux supported target.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 66dd675..810401d 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):
     archs = d.getVar('QEMU_TARGETS').split()
     tos = d.getVar('HOST_OS')
     softmmuonly = ""
-    for arch in ['ppcemb']:
+    for arch in ['ppcemb', 'lm32']:
         if arch in archs:
             softmmuonly += arch + "-softmmu,"
             archs.remove(arch)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list