diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-06 13:39:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-08 13:41:22 +0100 |
commit | e27ff5a9adae0e3ea843690b5f345d126c98fc10 (patch) | |
tree | 1b379193cd274b9f73dae601f08b5ab0e4b5c5ea | |
parent | 098ae437dfb80ad67a96984c30d66e1bb0090e54 (diff) | |
download | poky-e27ff5a9adae0e3ea843690b5f345d126c98fc10.tar.gz |
kernel-yocto: add CCACHE_DIR dependency to do_kernel_configme
[YOCTO #1350]
Since do_kernel_configme is added before the standard do_configure task
we needed to add CCACHE_DIR so when the kernel builds it's host configure
tools the CCACHE_DIR exists.
(From OE-Core rev: 564d5fd5a289be0ca47d53608e43f9b78d5c6ee0)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index f31ff61c61..daaee500e3 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -84,6 +84,7 @@ do_kernel_checkout[dirs] = "${S}" | |||
84 | 84 | ||
85 | addtask kernel_checkout before do_patch after do_unpack | 85 | addtask kernel_checkout before do_patch after do_unpack |
86 | 86 | ||
87 | do_kernel_configme[dirs] = "${CCACHE_DIR} ${S} ${B}" | ||
87 | do_kernel_configme() { | 88 | do_kernel_configme() { |
88 | echo "[INFO] doing kernel configme" | 89 | echo "[INFO] doing kernel configme" |
89 | 90 | ||