Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Added armeb into meson.bbclass.
@ 2019-01-02  5:17 Hong Liu
  2019-01-02  5:17 ` [PATCH] Added armeb into QEMU_TARGETS Hong Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hong Liu @ 2019-01-02  5:17 UTC (permalink / raw)
  To: openembedded-core

From: Lei Maohui <leimaohui@cn.fujitsu.com>

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta/classes/meson.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index 3cbdcf1..a922ae5 100644
--- a/meta/classes/meson.bbclass
+++ b/meta/classes/meson.bbclass
@@ -54,6 +54,8 @@ def meson_cpu_family(var, d):
         return 'ppc'
     elif arch == 'powerpc64':
         return 'ppc64'
+    elif arch == 'armeb':
+        return 'arm'
     elif arch == 'mipsel':
         return 'mips'
     elif re.match(r"i[3-6]86", arch):
-- 
2.7.4





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

end of thread, other threads:[~2019-01-15  6:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02  5:17 [PATCH] Added armeb into meson.bbclass Hong Liu
2019-01-02  5:17 ` [PATCH] Added armeb into QEMU_TARGETS Hong Liu
2019-01-15  6:32   ` Lei, Maohui
2019-01-02  5:35 ` ✗ patchtest: failure for " Patchwork
2019-01-02  5:35 ` ✗ patchtest: failure for Added armeb into QEMU_TARGETS. (rev2) Patchwork
2019-01-15  6:24 ` [PATCH] Added armeb into meson.bbclass Lei, Maohui

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