diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-18 12:12:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:44 +0000 |
commit | b4ee8b1954d8a060cb00e9f6be3f9c3850893f45 (patch) | |
tree | 6ff66952e25e737f8ffd21c9985665feca17ea8b /meta | |
parent | 1104171c84cdb3aba455f31bfdfcf98e1fbb8c79 (diff) | |
download | poky-b4ee8b1954d8a060cb00e9f6be3f9c3850893f45.tar.gz |
lttng-modules: Fix setting of KERNEL_DIR
(From OE-Core rev: 704d1f9ccee541bd448381029718776e3dead218)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb index 4d2f62be3d..fa7bbec8d2 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb | |||
@@ -18,6 +18,8 @@ SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ | |||
18 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" | 18 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" |
19 | 19 | ||
20 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 20 | export INSTALL_MOD_DIR="kernel/lttng-modules" |
21 | export KERNEL_SRC="${STAGING_KERNEL_DIR}" | ||
22 | |||
21 | 23 | ||
22 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
23 | 25 | ||