[oe-commits] [openembedded-core] 26/27: tcf-agent: fix machine setting for arm64 build

git at git.openembedded.org git at git.openembedded.org
Fri Apr 28 10:32:57 UTC 2017


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

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

commit c93691b3d8b300d5cdeb1c9f1a052f7c32bba23b
Author: Gernot Hillier <gernot.hillier at siemens.com>
AuthorDate: Wed Apr 26 12:57:44 2017 +0200

    tcf-agent: fix machine setting for arm64 build
    
    tcf-agent uses "a64", not "aarch64", see agent/Makefile.inc. This fix
    allows to re-enable features like SERVICE_Breakpoints and SERVICE_
    MemoryMap on arm64.
    
    Signed-off-by: Gernot Hillier <gernot.hillier at siemens.com>
    Acked-by: Eugene Tarassov <eugene.tarassov at xilinx.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index e5e41f1..cd0081a 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -30,7 +30,7 @@ INITSCRIPT_NAME = "tcf-agent"
 INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ."
 
 # mangling needed for make
-MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686,`"
+MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686, | sed s,aarch64,a64,`"
 MAKE_OS = "`echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`"
 
 EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' 'AR=${AR}'"

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


More information about the Openembedded-commits mailing list