summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2013-01-11 17:28:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:32 +0000
commit4a5ad289d1826957cd22ae9af36bbd127b4816b0 (patch)
tree5b01e84bc4b18ba797e54676723035db9065c1ea /meta/recipes-kernel/lttng
parentc292504197268aef08dec8587a15d393e46e63d9 (diff)
downloadpoky-4a5ad289d1826957cd22ae9af36bbd127b4816b0.tar.gz
lttng: remove 'legacy' lttng
This removes 'legacy' lttng - it hasn't actually worked for awhile now, and has been replaced by equivalent functionality in recipes-kernel/lttng-2.0 (which will be renamed to lttng in a follow-up patch). Fixes [YOCTO #3303]. (From OE-Core rev: 920b4c292f6c704cfe32666a3e1de5bce19043b5) 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')
-rw-r--r--meta/recipes-kernel/lttng/lttng-control_0.89.bb23
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_0.16.bb32
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch42
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb40
4 files changed, 0 insertions, 137 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.89.bb b/meta/recipes-kernel/lttng/lttng-control_0.89.bb
deleted file mode 100644
index 77314c89a1..0000000000
--- a/meta/recipes-kernel/lttng/lttng-control_0.89.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SECTION = "devel"
2SUMMARY = "Linux Trace Toolkit Control"
3DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
4extract program execution details from the Linux operating system and \
5interpret them."
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8PR = "r0"
9
10LTTDATE = "05122011"
11
12SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
13
14SRC_URI[md5sum] = "2e5a531bf5cab88eef5282b45271789f"
15SRC_URI[sha256sum] = "feb120e0bedd9ef8917dd14ee96cc94941f517826a4c2035d1c4aa33e4e808ab"
16
17S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
18
19inherit autotools
20
21export KERNELDIR="${STAGING_KERNEL_DIR}"
22
23FILES_${PN} += "${datadir}/ltt-control/facilities/*"
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
deleted file mode 100644
index 3618a2dde9..0000000000
--- a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Linux Trace Toolkit Userspace Tracer"
2DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code"
3HOMEPAGE = "http://lttng.org/ust"
4BUGTRACKER = "http://lttng.org/project/issues"
5
6LICENSE = "LGPLv2.1+ & BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \
8 file://ustctl/ustctl.c;endline=16;md5=b50c6fa0307175bb1ce0db49d752c03b \
9 file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44"
10
11DEPENDS = "liburcu"
12
13PR = "r1"
14PE = "1"
15
16SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
17
18SRC_URI[md5sum] = "8e5d5de47bfff29f50439d192ad1e478"
19SRC_URI[sha256sum] = "88167741b1fbf335e006f0208d8c41784705e28adac84df71d3d9f6c58191dab"
20
21
22S = "${WORKDIR}/ust-${PV}"
23
24inherit autotools
25
26#EXTRA_OECONF = "ac_cv_lib_urcu_bp_synchronize_rcu_bp=no"
27
28# Due to liburcu not building on MIPS currently this recipe needs to
29# be limited also.
30# So here let us first suppport x86/arm/powerpc platforms now.
31COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
32
diff --git a/meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch b/meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch
deleted file mode 100644
index 4a135dff24..0000000000
--- a/meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch
+++ /dev/null
@@ -1,42 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Explicitly add linkage to lttvwindow.
4
5Without the fix, lttv-gui inside target can't run, complaining
6"undefined symbol: LTTV_VIEWER_CONSTRUCTORS".
7
8Tue May 3 21:39:37 CST 2011
9
10Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
11
12diff --git a/lttv/modules/gui/common.am b/lttv/modules/gui/common.am
13index ce50113..89083aa 100644
14--- a/lttv/modules/gui/common.am
15+++ b/lttv/modules/gui/common.am
16@@ -21,3 +21,4 @@ AM_LDFLAGS = $(MODULE_LDFLAGS)
17
18 libdir = ${lttvplugindir}
19
20+LIBS += $(GTK_LIBS) -L${top_builddir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
21diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am b/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
22index c953fc9..489d640 100644
23--- a/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
24+++ b/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
25@@ -1,13 +1,14 @@
26 ## Process this file with automake to produce Makefile.in
27
28-include ../../common.am
29-
30 INCLUDES = \
31 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
32 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
33 $(DEFAULT_INCLUDES)
34
35-#libdir = ${lttvplugindir}
36+AM_CFLAGS = $(MODULE_CFLAGS)
37+AM_LDFLAGS = $(MODULE_LDFLAGS)
38+
39+libdir = ${lttvplugindir}
40
41 lib_LTLIBRARIES = liblttvwindow.la
42
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
deleted file mode 100644
index 9d9490347b..0000000000
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
+++ /dev/null
@@ -1,40 +0,0 @@
1SUMMARY = "Linux Trace Toolkit Viewer"
2DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3extract program execution details from the Linux operating system and \
4interpret them."
5HOMEPAGE = "http://lttng.org/content/download"
6BUGTRACKER = "n/a"
7
8LICENSE = "GPLv2 & LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
10 file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
11 file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
12PR = "r3"
13
14DEPENDS = "gtk+ pango popt"
15
16SECTION = "devel"
17
18ALTNAME = "lttv-${PV}-21032011"
19
20SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz \
21 file://add_linkage_to_lttvwindow.patch"
22
23SRC_URI[md5sum] = "071bf3dd13e7562c08ee8f8971cfc76d"
24SRC_URI[sha256sum] = "cf87ffcf5d266b18979418e610a180a0b4214de41677f0be867885e15b2f7647"
25S = "${WORKDIR}/${ALTNAME}"
26
27inherit autotools
28
29LEAD_SONAME = "liblttvtraceread*"
30
31FILES_SOLIBSDEV = ""
32FILES_${PN} += "\
33 ${libdir}/liblttvtraceread*.so \
34 ${libdir}/lttv/plugins/*.so \
35 ${datadir}/lttv/facilities/* \
36 ${datadir}/lttv/pixmaps/* "
37FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
38FILES_${PN}-dev += "${libdir}/lttv/plugins/*.la"
39FILES_${PN}-staticdev += "${libdir}/lttv/plugins/*.a"
40INSANE_SKIP_${PN} = "dev-so"