[oe-commits] [openembedded-core] 01/10: tcf-agent: Re-enable default features

git at git.openembedded.org git at git.openembedded.org
Wed Apr 12 18:35:28 UTC 2017


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 aa4cd1fec65c01ae56b12b541f1d00e655134614
Author: Gernot Hillier <gernot.hillier at siemens.com>
AuthorDate: Wed Apr 12 16:44:08 2017 +0200

    tcf-agent: Re-enable default features
    
    A number of features were disabled due to historic problems on ARM dating back
    to tcf-agent 0.0+svnr1855 (from 2011). For us, these features do not only
    compile perfectly for cortexa9hf, but are required for target debugging with
    CDT in Xilinx Vivado SDK 2016.4.
    
    Signed-off-by: Gernot Hillier <gernot.hillier at siemens.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index e5e41f1..035f236 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -35,12 +35,6 @@ MAKE_OS = "`echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`"
 
 EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' 'AR=${AR}'"
 
-# They don't build on ARM and we don't need them actually.
-CFLAGS += "-DSERVICE_RunControl=0 -DSERVICE_Breakpoints=0 \
-    -DSERVICE_Memory=0 -DSERVICE_Registers=0 -DSERVICE_MemoryMap=0 \
-    -DSERVICE_StackTrace=0 -DSERVICE_Symbols=0 -DSERVICE_LineNumbers=0 \
-    -DSERVICE_Expressions=0"
-
 do_install() {
 	oe_runmake install INSTALLROOT=${D}
 	install -d ${D}${sysconfdir}/init.d/

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


More information about the Openembedded-commits mailing list