]> code.ossystems Code Review - openembedded-core.git/commitdiff
module-base: remove KERNEL-SOURCE
authorAnders Darander <anders@chargestorm.se>
Tue, 5 Jul 2011 14:55:04 +0000 (16:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jul 2011 10:10:53 +0000 (11:10 +0100)
kernel-source do not exist in STAGING_KERNEL_DIR any longer.
Remove the exported KERNEL_SOURCE as the STAGING_KERNEL_DIR can
be used in module recipes directly.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/module-base.bbclass

index a7cf233d75e7c727880ba92dda069477ca15df36..1a39cc1b3fdf8f4568e93a7ab815cca2dcc0f033 100644 (file)
@@ -6,7 +6,6 @@ export OS = "${TARGET_OS}"
 export CROSS_COMPILE = "${TARGET_PREFIX}"
 
 export KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')}"
-export KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-source')}"
 KERNEL_OBJECT_SUFFIX = ".ko"
 KERNEL_CCSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ccsuffix')}"
 KERNEL_LDSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ldsuffix')}"