summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-08-06 13:39:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 13:41:22 +0100
commite27ff5a9adae0e3ea843690b5f345d126c98fc10 (patch)
tree1b379193cd274b9f73dae601f08b5ab0e4b5c5ea /meta/classes/kernel-yocto.bbclass
parent098ae437dfb80ad67a96984c30d66e1bb0090e54 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r--meta/classes/kernel-yocto.bbclass1
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
85addtask kernel_checkout before do_patch after do_unpack 85addtask kernel_checkout before do_patch after do_unpack
86 86
87do_kernel_configme[dirs] = "${CCACHE_DIR} ${S} ${B}"
87do_kernel_configme() { 88do_kernel_configme() {
88 echo "[INFO] doing kernel configme" 89 echo "[INFO] doing kernel configme"
89 90