diff options
author | Anders Darander <anders@chargestorm.se> | 2011-07-05 16:55:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 11:14:00 +0100 |
commit | d8f13889e6b4926645764344a014d5b5d59271b0 (patch) | |
tree | 4196b1ae2a62eb0761ced52c93820440e20e4873 /meta | |
parent | 8b9fc55fdb3db1076d27cc7cf77d1fa6ecff65d3 (diff) | |
download | poky-d8f13889e6b4926645764344a014d5b5d59271b0.tar.gz |
module-base: remove KERNEL-SOURCE
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.
(From OE-Core rev: b67ef579db4c1906d6e508a8451cd2b01b7b62ab)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/module-base.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/module-base.bbclass b/meta/classes/module-base.bbclass index a7cf233d75..1a39cc1b3f 100644 --- a/meta/classes/module-base.bbclass +++ b/meta/classes/module-base.bbclass | |||
@@ -6,7 +6,6 @@ export OS = "${TARGET_OS}" | |||
6 | export CROSS_COMPILE = "${TARGET_PREFIX}" | 6 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
7 | 7 | ||
8 | export KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')}" | 8 | export KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')}" |
9 | export KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-source')}" | ||
10 | KERNEL_OBJECT_SUFFIX = ".ko" | 9 | KERNEL_OBJECT_SUFFIX = ".ko" |
11 | KERNEL_CCSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ccsuffix')}" | 10 | KERNEL_CCSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ccsuffix')}" |
12 | KERNEL_LDSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ldsuffix')}" | 11 | KERNEL_LDSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ldsuffix')}" |