[oe-commits] Saul Wold : lttng-modules: Fix setting of KERNEL_DIR

git at git.openembedded.org git at git.openembedded.org
Mon Mar 19 13:41:47 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 704d1f9ccee541bd448381029718776e3dead218
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=704d1f9ccee541bd448381029718776e3dead218

Author: Saul Wold <sgw at linux.intel.com>
Date:   Sun Mar 18 12:12:06 2012 -0700

lttng-modules: Fix setting of KERNEL_DIR

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../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 4d2f62b..fa7bbec 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 \
            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"
 





More information about the Openembedded-commits mailing list