summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng-2.0
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2013-01-11 17:28:48 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:32 +0000
commit14363c30ce103f3116d687fd279cb671c6337f9a (patch)
tree9f9100de73eb034016950159acfd8eb40312449c /meta/recipes-kernel/lttng-2.0
parent44a485f7a6eff41523a1a37526021c01ec75daef (diff)
downloadpoky-14363c30ce103f3116d687fd279cb671c6337f9a.tar.gz
recipes-kernel/lttng-2.0: rename to recipes-kernel/lttng
recipes-kernel/lttng was removed by a previous patch, which also removed the naming conflict that caused the lttng-2.0 version of lttng to be named recipes-kernel/lttng-2.0. Since the naming conflict has disappeared, we can go back to the simpler naming. (From OE-Core rev: 2027fd1bbfc2c136672d5054ba722e9d9d80451d) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng-2.0')
-rw-r--r--meta/recipes-kernel/lttng-2.0/babeltrace_1.0.0.bb28
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-modules/lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch41
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-modules_2.1.0.bb29
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb37
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb35
5 files changed, 0 insertions, 170 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/babeltrace_1.0.0.bb b/meta/recipes-kernel/lttng-2.0/babeltrace_1.0.0.bb
deleted file mode 100644
index 4223c54db1..0000000000
--- a/meta/recipes-kernel/lttng-2.0/babeltrace_1.0.0.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "Babeltrace - Trace Format Babel Tower"
2DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log."
3HOMEPAGE = "http://www.efficios.com/babeltrace/"
4BUGTRACKER = "n/a"
5
6LICENSE = "MIT & GPLv2"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
8
9inherit autotools
10
11DEPENDS = "glib-2.0 util-linux popt"
12
13SRCREV = "f6ed7fa4636ff22e08f57721dcd312828547aa66"
14PV = "1.0+git${SRCPV}"
15PR = "r0"
16
17SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"
18
19S = "${WORKDIR}/git"
20
21do_configure_prepend () {
22 ${S}/bootstrap
23}
24
25# Due to liburcu not building for MIPS currently this recipe needs to
26# be limited also.
27# So here let us first suppport x86/arm/powerpc platforms now.
28COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules/lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch b/meta/recipes-kernel/lttng-2.0/lttng-modules/lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch
deleted file mode 100644
index aa24171f31..0000000000
--- a/meta/recipes-kernel/lttng-2.0/lttng-modules/lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch
+++ /dev/null
@@ -1,41 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3lttng-modules: replace KERNELDIR with KERNEL_SRC
4
5Since lttng-modules uses the default way of module.bbclass to
6build and install lttng-modules, we do this replacement for
7it as-is.
8
9Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>
10---
11 Makefile | 7 +++----
12 1 files changed, 3 insertions(+), 4 deletions(-)
13
14diff --git a/Makefile b/Makefile
15index 5ac13d7..25caad5 100644
16--- a/Makefile
17+++ b/Makefile
18@@ -38,17 +38,16 @@ obj-m += lib/
19 endif
20
21 else
22- KERNELDIR ?= /lib/modules/$(shell uname -r)/build
23 PWD := $(shell pwd)
24 CFLAGS = $(EXTCFLAGS)
25
26 default:
27- $(MAKE) -C $(KERNELDIR) M=$(PWD) modules
28+ $(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules
29
30 modules_install:
31- $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
32+ $(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules_install
33
34 clean:
35- $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
36+ $(MAKE) -C $(KERNEL_SRC) M=$(PWD) clean
37
38 endif
39--
401.7.5.4
41
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.1.0.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.1.0.bb
deleted file mode 100644
index b3a25f9ca5..0000000000
--- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.1.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SECTION = "devel"
2SUMMARY = "Linux Trace Toolkit KERNEL MODULE"
3DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules"
4LICENSE = "LGPLv2.1 & GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1412caf5a1aa90d6a48588a4794c0eac \
6 file://gpl-2.0.txt;md5=751419260aa954499f7abaabaa882bbe \
7 file://lgpl-2.1.txt;md5=243b725d71bb5df4a1e5920b344b86ad"
8
9DEPENDS = "virtual/kernel"
10
11inherit module
12
13SRCREV = "b945d6c4083ce287f390f54dff4b5e0b73a9f845"
14PV = "2.1.0"
15PR = "r0"
16
17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
18 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"
19
20export INSTALL_MOD_DIR="kernel/lttng-modules"
21export KERNEL_SRC="${STAGING_KERNEL_DIR}"
22
23
24S = "${WORKDIR}/git"
25
26# Due to liburcu not building for MIPS currently this recipe needs to
27# be limited also.
28# So here let us first suppport x86/arm/powerpc platforms now.
29COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb
deleted file mode 100644
index 16e1ccc7c7..0000000000
--- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1SECTION = "devel"
2SUMMARY = "Linux Trace Toolkit Control"
3DESCRIPTION = "The Linux trace toolkit is a suite of tools designed \
4to extract program execution details from the Linux operating system \
5and interpret them."
6
7LICENSE = "GPLv2 & LGPLv2.1"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \
9 file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca"
11
12DEPENDS = "liburcu popt lttng-ust"
13
14SRCREV = "917f768512b5d336d553b801f6c5308d90252a89"
15PV = "v2.1.0"
16PR = "r0"
17
18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git"
19
20S = "${WORKDIR}/git"
21
22inherit autotools
23
24export KERNELDIR="${STAGING_KERNEL_DIR}"
25
26FILES_${PN} += "${libdir}/lttng/libexec/*"
27FILES_${PN}-dbg += "${libdir}/lttng/libexec/.debug"
28
29# Since files are installed into ${libdir}/lttng/libexec we match
30# the libexec insane test so skip it.
31INSANE_SKIP_${PN} = "libexec"
32INSANE_SKIP_${PN}-dbg = "libexec"
33
34# Due to liburcu not building for MIPS currently this recipe needs to
35# be limited also.
36# So here let us first suppport x86/arm/powerpc platforms now.
37COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb b/meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb
deleted file mode 100644
index 1076bde574..0000000000
--- a/meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0"
2DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes."
3HOMEPAGE = "http://lttng.org/lttng2.0"
4BUGTRACKER = "n/a"
5
6LICENSE = "LGPLv2.1+ & BSD & GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \
8 file://snprintf/snprintf.c;endline=32;md5=d3d544959d8a3782b2e07451be0a903c \
9 file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44"
10
11inherit autotools
12
13DEPENDS = "liburcu util-linux"
14
15# For backwards compatibility after rename
16RPROVIDES_${PN} = "lttng2-ust"
17RREPLACES_${PN} = "lttng2-ust"
18RCONFLICTS_${PN} = "lttng2-ust"
19
20SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19"
21PV = "2.1.0"
22PR = "r0"
23
24SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git"
25
26S = "${WORKDIR}/git"
27
28do_configure_prepend () {
29 ${S}/bootstrap
30}
31
32# Due to liburcu not building for MIPS currently this recipe needs to
33# be limited also.
34# So here let us first suppport x86/arm/powerpc platforms now.
35COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'