summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-01-08 13:34:49 +0200
committerSaul Wold <sgw@linux.intel.com>2013-01-09 16:40:36 -0800
commit6f3397b4d5b32e31ed3ba832f48e35fdb1f5b6ab (patch)
treed715f9df88106046a100651c3c87e74c8f639130 /meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
parent24b57b871ab559e8ff5fe5cdd0412ef6ac51f689 (diff)
downloadopenembedded-core-6f3397b4d5b32e31ed3ba832f48e35fdb1f5b6ab.tar.gz
openembedded-core-6f3397b4d5b32e31ed3ba832f48e35fdb1f5b6ab.tar.bz2
openembedded-core-6f3397b4d5b32e31ed3ba832f48e35fdb1f5b6ab.zip
lttng-2.0: components updated to version 2.1.0
lttng2-ust, lttng-modules and lttng-tools were updated to version 2.1.0. Since these should be changed together, the changes are grouped into a single patch. The text for the lttng-tools LICENSE file has these lines changed (according to the license text, these shouldn't impact the actual licensing terms of the package): ================================================================= -) include/lttng/* -) src/lib/lttng-ctl/* We have some tests LGPL but should not impact anything even if we change them in the future to GPL. ================================================================= The text for the lttng-modules LICENSE files contains a minor change in the MIT section (a reference to the mit-license.txt file): ================================================================= These files are licensed under an MIT-style license. See mit-license.txt for details. ================================================================= Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
deleted file mode 100644
index 4b15d93c91..0000000000
--- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-SECTION = "devel"
-SUMMARY = "Linux Trace Toolkit KERNEL MODULE"
-DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules"
-LICENSE = "LGPLv2.1 & GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1eb086682a7c65a45acd9bcdf6877b3e \
- file://gpl-2.0.txt;md5=751419260aa954499f7abaabaa882bbe \
- file://lgpl-2.1.txt;md5=243b725d71bb5df4a1e5920b344b86ad"
-
-DEPENDS = "virtual/kernel"
-
-inherit module
-
-SRCREV = "a848cad4cc82d05493c487a709f6b55f22695ec6"
-PV = "2.0.5"
-PR = "r0"
-
-SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
- file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"
-
-export INSTALL_MOD_DIR="kernel/lttng-modules"
-export KERNEL_SRC="${STAGING_KERNEL_DIR}"
-
-
-S = "${WORKDIR}/git"
-
-# Due to liburcu not building for MIPS currently this recipe needs to
-# be limited also.
-# So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'