[oe-commits] [meta-openembedded] branch master-next updated: uftrace: Support armeb.

git at git.openembedded.org git at git.openembedded.org
Fri Feb 22 06:49:53 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 15f47b6  uftrace: Support armeb.
15f47b6 is described below

commit 15f47b69f46a9ddc0de8fd8096b72bf7bb735238
Author: leimaohui <leimaohui at cn.fujitsu.com>
AuthorDate: Sat Feb 2 16:25:07 2019 +0800

    uftrace: Support armeb.
    
    Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb
index 30c8503..5963e5d 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb
@@ -24,6 +24,8 @@ def set_target_arch(d):
     arch = d.getVar('TARGET_ARCH')
     if re.match(r'i.86', arch, re.I):
         return 'i386'
+    elif re.match('armeb', arch, re.I):
+        return 'arm'
     else:
         return arch
 

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


More information about the Openembedded-commits mailing list