[OE-core] [v2 PATCH 0/2] upgrade tcf-agent to the latest stable revision 0.0+svnr1855

Dexuan Cui dexuan.cui at intel.com
Fri Jul 22 12:44:58 UTC 2011


Changes from the previous version:
1) add DEPENDS = "util-linux" to resolve the uuid.h issue
> fatal error: uuid/uuid.h: No such file or directory | compilation

2) add RDEPENDS_${PN} = "bash"
buxybox's sh doesn't work with tcf-agent, so we need bash.

3) update MAKE_OS:
MAKE_OS = `echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`
e.g., for qemuarm, we need to change linux-gnueabi to GNU/Linux.
This is necessary due to the new tcf-agent's Makefile's coding.

4) add
+# 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"

Lianhao and Dexuan tested the v2 patches on qemux86, qemux86-64, qemuarm,
qemuppc and qemumips with both incremental and full building, and runtime
testings.

Thanks,
-- Lianhao and Dexuan

The following changes since commit 068839698fe192d8846c0ed4db65861448e8e524:

  eglibc: fix runtime assertion failure (2011-07-13 12:34:30 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dcui/tcf-agent
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/tcf-agent

Dexuan Cui (2):
  tcf-agent: upgrade to the latest stable revision 0.0+svnr1855
  distro_tracking_fields.inc: update the info for tcf-agent

 .../conf/distro/include/distro_tracking_fields.inc |   12 +-
 .../tcf-agent/tcf-agent/fix_ranlib.patch           |   14 +
 .../tcf-agent/tcf-agent/fix_tcf-agent.init.patch   |   14 +-
 .../tcf-agent/tcf-agent/terminals_agent.patch      | 1027 --------------------
 meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb   |   32 +-
 5 files changed, 50 insertions(+), 1049 deletions(-)
 create mode 100644 meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
 delete mode 100644 meta/recipes-devtools/tcf-agent/tcf-agent/terminals_agent.patch

-- 
1.7.6





More information about the Openembedded-core mailing list