[oe-commits] [openembedded-core] 06/12: Added armeb into meson.bbclass.

git at git.openembedded.org git at git.openembedded.org
Wed Jan 2 13:01:40 UTC 2019


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 0bcb7c7a76206c53fb74ea81356624d23de5332e
Author: Lei Maohui <leimaohui at cn.fujitsu.com>
AuthorDate: Wed Jan 2 13:17:48 2019 +0800

    Added armeb into meson.bbclass.
    
    Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/meson.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index f01f6e3..dff0485 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 arch == 'mips64el':

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


More information about the Openembedded-commits mailing list