]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-modules: Fix setting of KERNEL_DIR
authorSaul Wold <sgw@linux.intel.com>
Sun, 18 Mar 2012 19:12:06 +0000 (12:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Mar 2012 13:36:53 +0000 (13:36 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb

index 4d2f62be3de923e0a97562153d83cc7a6392afb2..fa7bbec8d2a190c7c5314160eaba7296f9ded249 100644 (file)
@@ -18,6 +18,8 @@ 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"