From 632eaf43e31e0b3f9165f341555642de3defe291 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 23 May 2006 10:14:56 +0000 Subject: lttng: Update lttng-control 0.1 -> 0.6, lttng-viewer 0.34 -> 0.41 and remove now unneeded lttng-modules git-svn-id: https://svn.o-hand.com/repos/poky/trunk@414 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../lttng-modules-0.12/ltt-modules-fixes.patch | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 openembedded/packages/lttng/lttng-modules-0.12/ltt-modules-fixes.patch (limited to 'openembedded/packages/lttng/lttng-modules-0.12/ltt-modules-fixes.patch') diff --git a/openembedded/packages/lttng/lttng-modules-0.12/ltt-modules-fixes.patch b/openembedded/packages/lttng/lttng-modules-0.12/ltt-modules-fixes.patch deleted file mode 100644 index 68abc7dda4..0000000000 --- a/openembedded/packages/lttng/lttng-modules-0.12/ltt-modules-fixes.patch +++ /dev/null @@ -1,59 +0,0 @@ -Index: ltt-modules-0.12/ltt-statedump.c -=================================================================== ---- ltt-modules-0.12.orig/ltt-statedump.c 2006-03-09 19:33:38.000000000 +0000 -+++ ltt-modules-0.12/ltt-statedump.c 2006-03-22 12:43:30.000000000 +0000 -@@ -19,8 +19,14 @@ - #include - #include - #include --#include - #include -+#ifndef CONFIG_ARM -+#include -+#else -+#include -+#endif -+ -+ - - #define NB_PROC_CHUNK 20 - -@@ -160,6 +166,7 @@ - return 0; - } - -+#ifndef CONFIG_ARM - static inline int ltt_enumerate_interrupts(void) - { - unsigned int i; -@@ -182,7 +189,9 @@ - - return 0; - } -- -+#else -+#define ltt_enumerate_interrupts(x) -+#endif - - static inline int ltt_enumerate_process_states(void) - { -Index: ltt-modules-0.12/Makefile -=================================================================== ---- ltt-modules-0.12.orig/Makefile 2006-03-11 18:16:17.000000000 +0000 -+++ ltt-modules-0.12/Makefile 2006-03-22 12:39:44.000000000 +0000 -@@ -1,9 +1,7 @@ --ifneq ($(KERNELRELEASE),) - ifneq ($(CONFIG_LTT),) - obj-m := ltt-control.o ltt-statedump.o - endif - --else - KERNELDIR ?= /lib/modules/$(shell uname -r)/build - PWD := $(shell pwd) - KERNELRELEASE = $(shell cat $(KERNELDIR)/$(KBUILD_OUTPUT)/include/linux/version.h | sed -n 's/.*UTS_RELEASE.*\"\(.*\)\".*/\1/p') -@@ -21,4 +19,4 @@ - - clean: - $(MAKE) -C $(KERNELDIR) M=$(PWD) clean --endif -+ -- cgit v1.2.3