summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb
diff options
context:
space:
mode:
authorNathan Lynch <nathan_lynch@mentor.com>2015-06-15 13:37:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-23 11:46:58 +0100
commit41423d94a7d581e05351e47798dcf4e8d04185c3 (patch)
treea25fe6972bcd7d9a78ed66e84971542fe66a9d49 /meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb
parentf677b5893d5c7e41d3c97ee31aa743aefd40d6cf (diff)
downloadpoky-41423d94a7d581e05351e47798dcf4e8d04185c3.tar.gz
lttng-modules: drop makefile patch
The lttng-modules Makefile allows us to specify the kernel we're building against via the KERNELDIR variable on the build command line. Use that and drop the patch (which tends to need updating whenever the upstream Makefile changes). (From OE-Core rev: cc6f6f96b668f7ef3db0f83c7d3585d81c569d31) Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb
index be09a82f82..5bde7ec213 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.6.1.bb
@@ -12,13 +12,11 @@ SRCREV = "62080b2248fd8ec4111ffc379d0bc5eaf0a5c16d"
12 12
13COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' 13COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux'
14 14
15SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.6 \ 15SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.6"
16 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \
17 "
18 16
19export INSTALL_MOD_DIR="kernel/lttng-modules" 17export INSTALL_MOD_DIR="kernel/lttng-modules"
20export KERNEL_SRC="${STAGING_KERNEL_DIR}"
21 18
19EXTRA_OEMAKE += "KERNELDIR='${STAGING_KERNEL_DIR}'"
22 20
23S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
24 22