From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QkFA9-0007jL-On for openembedded-core@lists.openembedded.org; Fri, 22 Jul 2011 14:49:05 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 22 Jul 2011 05:44:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,247,1309762800"; d="scan'208";a="30313901" Received: from dcui-desktop.sh.intel.com (HELO localhost) ([10.239.36.112]) by azsmga001.ch.intel.com with ESMTP; 22 Jul 2011 05:44:55 -0700 From: Dexuan Cui To: openembedded-core@lists.openembedded.org, lianhao.lu@intel.com Date: Fri, 22 Jul 2011 20:44:58 +0800 Message-Id: X-Mailer: git-send-email 1.7.6 Subject: [v2 PATCH 0/2] upgrade tcf-agent to the latest stable revision 0.0+svnr1855 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2011 12:49:06 -0000 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