From patchwork Wed Jan 11 01:31:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V4] lttng-2.0 new recipe Date: Wed, 11 Jan 2012 01:31:40 -0000 From: Zumeng Chen X-Patchwork-Id: 18987 Message-Id: <1326245504-22965-1-git-send-email-zumeng.chen@windriver.com> To: Changes of V4: Fixed all comments from Darrent; To: OE-core. The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e: Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10 18:33: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: 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