All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dexuan Cui <dexuan.cui@intel.com>
To: openembedded-core@lists.openembedded.org, lianhao.lu@intel.com
Subject: [v2 PATCH 0/2] upgrade tcf-agent to the latest stable revision 0.0+svnr1855
Date: Fri, 22 Jul 2011 20:44:58 +0800	[thread overview]
Message-ID: <cover.1311337940.git.dexuan.cui@intel.com> (raw)

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




             reply	other threads:[~2011-07-22 12:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22 12:44 Dexuan Cui [this message]
2011-07-22 12:44 ` [v2 PATCH 1/2] tcf-agent: upgrade to the latest stable revision 0.0+svnr1855 Dexuan Cui
2011-07-22 12:45 ` [v2 PATCH 2/2] distro_tracking_fields.inc: update the info for tcf-agent Dexuan Cui
2011-07-25 15:40 ` [v2 PATCH 0/2] upgrade tcf-agent to the latest stable revision 0.0+svnr1855 Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1311337940.git.dexuan.cui@intel.com \
    --to=dexuan.cui@intel.com \
    --cc=lianhao.lu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.