Openembedded Core Discussions
 help / color / mirror / Atom feed
* [V4] [PATCH 0/4] lttng-2.0 new recipe for merge
@ 2012-01-12  3:10 Zumeng Chen
  2012-01-12  3:11 ` [PATCH 1/4] lttng-ust: Integrate into yocto linux Zumeng Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Zumeng Chen @ 2012-01-12  3:10 UTC (permalink / raw)
  To: openembedded-core

Hi Richard/Saul, 

This is the clean thread of lttng-2.0 for merge.

Thanks,
Zumeng

The following changes since commit 0f4d99d207b224bb9ce23de00a48f795ae20b3a0:

  multilib.conf: Clean up file and add missing entries for various dependencies (2012-01-11 23:53:32 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zumeng/lttng-2.0-for-merge
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zumeng/lttng-2.0-for-merge

Zumeng Chen (4):
  lttng-ust: Integrate into yocto linux
  lttng-tools: Integrated from git repo.
  lttng-modules: from lttng-modules 2.0 git repo.
  babeltrace: Integrated from version 0.8

 meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb    |   28 +++++++++++++
 ...modules-replace-KERNELDIR-with-KERNEL_SRC.patch |   41 ++++++++++++++++++++
 .../lttng-2.0/lttng-modules_2.0.pre11.bb           |   27 +++++++++++++
 ...tools-fix-compiling-error-for-powerpc-arm.patch |   28 +++++++++++++
 .../lttng-2.0/lttng-tools_2.0-pre16.bb             |   30 ++++++++++++++
 meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb   |   25 ++++++++++++
 6 files changed, 179 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-tools-fix-compiling-error-for-powerpc-arm.patch
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/4] [V6] lttng-2.0 new recipe
@ 2012-01-16 16:06 Zumeng Chen
  2012-01-16 16:06 ` [PATCH 4/4] babeltrace: Integrated from version 0.8 Zumeng Chen
  0 siblings, 1 reply; 13+ messages in thread
From: Zumeng Chen @ 2012-01-16 16:06 UTC (permalink / raw)
  To: openembedded-core

Hi Saul,

Changes vs previous versions:
 1 ) Create directories for patches.
 2 ) Update the latest git HEAD for all, build passed.

Thanks,
Zumeng

The following changes since commit b02e7d45e06d1fbaf072deea9f3773ca14787e65:

  gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2 (2012-01-16 14:11:25 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zumeng/lttng-2.0
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zumeng/lttng-2.0

Zumeng Chen (4):
  lttng-ust: Update to 2.0
  lttng-tools: Update to 2.0-pre16
  lttng-modules: Update to 2.0
  babeltrace: Integrated from version 0.8

 meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb    |   28 +++++++++++++
 ...modules-replace-KERNELDIR-with-KERNEL_SRC.patch |   41 ++++++++++++++++++++
 .../lttng-2.0/lttng-modules_2.0.pre11.bb           |   27 +++++++++++++
 ...tools-fix-compiling-error-for-powerpc-arm.patch |   27 +++++++++++++
 .../lttng-2.0/lttng-tools_2.0-pre16.bb             |   30 ++++++++++++++
 meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb   |   30 ++++++++++++++
 6 files changed, 183 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-modules/lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-tools/lttng-tools-fix-compiling-error-for-powerpc-arm.patch
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/4] [V5] lttng-2.0 new recipe
@ 2012-01-13  1:44 Zumeng Chen
  2012-01-13  1:44 ` [PATCH 4/4] babeltrace: Integrated from version 0.8 Zumeng Chen
  0 siblings, 1 reply; 13+ messages in thread
From: Zumeng Chen @ 2012-01-13  1:44 UTC (permalink / raw)
  To: openembedded-core

V5 Changes vs all previous versions:
1 ) fixed all Darren's comments;
2 ) fixed all Saul's comments;
    +LICENSE = "MIT & GPLv2" for 0004-babeltrace..
    Upstream-Status: Pending for lttng-tools-fix-compiling..
    +LICENSE = "GPLv2 & LGPLv2.1" for 0002-lttng-tools-..

Thanks,
Zumeng

The following changes since commit 0f4d99d207b224bb9ce23de00a48f795ae20b3a0:

  multilib.conf: Clean up file and add missing entries for various dependencies (2012-01-11 23:53:32 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zumeng/lttng-2.0
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zumeng/lttng-2.0

Zumeng Chen (4):
  lttng-ust: Update to 2.0
  lttng-tools: Update to 2.0-pre16
  lttng-modules: Update to 2.0
  babeltrace: Integrated from version 0.8

 meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb    |   28 +++++++++++++
 ...modules-replace-KERNELDIR-with-KERNEL_SRC.patch |   41 ++++++++++++++++++++
 .../lttng-2.0/lttng-modules_2.0.pre11.bb           |   27 +++++++++++++
 ...tools-fix-compiling-error-for-powerpc-arm.patch |   27 +++++++++++++
 .../lttng-2.0/lttng-tools_2.0-pre16.bb             |   30 ++++++++++++++
 meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb   |   25 ++++++++++++
 6 files changed, 178 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-tools-fix-compiling-error-for-powerpc-arm.patch
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb
 create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <cover.1326244852.git.zumeng.chen@windriver.com>]
[parent not found: <cover.1326210673.git.zumeng.chen@windriver.com>]

end of thread, other threads:[~2012-01-16 16:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-12  3:10 [V4] [PATCH 0/4] lttng-2.0 new recipe for merge Zumeng Chen
2012-01-12  3:11 ` [PATCH 1/4] lttng-ust: Integrate into yocto linux Zumeng Chen
2012-01-12  3:11 ` [PATCH 2/4] lttng-tools: Integrated from git repo Zumeng Chen
2012-01-12 22:04   ` Saul Wold
2012-01-13  0:55     ` zumeng.chen
2012-01-12  3:11 ` [PATCH 3/4] lttng-modules: from lttng-modules 2.0 " Zumeng Chen
2012-01-12  3:11 ` [PATCH 4/4] babeltrace: Integrated from version 0.8 Zumeng Chen
2012-01-12 22:06   ` Saul Wold
2012-01-13  0:57     ` zumeng.chen
  -- strict thread matches above, loose matches on Subject: below --
2012-01-16 16:06 [PATCH 0/4] [V6] lttng-2.0 new recipe Zumeng Chen
2012-01-16 16:06 ` [PATCH 4/4] babeltrace: Integrated from version 0.8 Zumeng Chen
2012-01-13  1:44 [PATCH 0/4] [V5] lttng-2.0 new recipe Zumeng Chen
2012-01-13  1:44 ` [PATCH 4/4] babeltrace: Integrated from version 0.8 Zumeng Chen
     [not found] <cover.1326244852.git.zumeng.chen@windriver.com>
2012-01-11  1:31 ` Zumeng Chen
     [not found] <cover.1326210673.git.zumeng.chen@windriver.com>
2012-01-10 16:11 ` Zumeng Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox