[oe-commits] Koen Kooi : module.bbclass: pass KERNELDIR as well

GIT User account git at amethyst.openembedded.net
Tue Jan 6 18:47:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e7dd055610628d5dfd5762709a7f9665d234062a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e7dd055610628d5dfd5762709a7f9665d234062a

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jan  6 19:44:27 2009 +0100

module.bbclass: pass KERNELDIR as well

---

 classes/module.bbclass |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/classes/module.bbclass b/classes/module.bbclass
index bb68295..8ab92a5 100644
--- a/classes/module.bbclass
+++ b/classes/module.bbclass
@@ -8,7 +8,8 @@ module_do_compile() {
 	oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR}   \
 		   KERNEL_SRC=${STAGING_KERNEL_DIR}    \
 		   KDIR=${STAGING_KERNEL_DIR}    \
-		   KERNEL_VERSION=${KERNEL_VERSION}    \
+		   KERNELDIR=${STAGING_KERNEL_DIR} \
+           KERNEL_VERSION=${KERNEL_VERSION}    \
 		   CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
 		   AR="${KERNEL_AR}" \
                    ${MAKE_TARGETS}





More information about the Openembedded-commits mailing list