aboutsummaryrefslogtreecommitdiffstats
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:38:54 +0100
commit564d5fd5a289be0ca47d53608e43f9b78d5c6ee0 (patch)
tree4308146af509debef51c10d18f616e00ff82e50d /meta/classes/kernel-yocto.bbclass
parent015a74ca21b06d08c04d18f77b8c2a74ffab5a66 (diff)
downloadopenembedded-core-contrib-564d5fd5a289be0ca47d53608e43f9b78d5c6ee0.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. Signed-off-by: Saul Wold <sgw@linux.intel.com>
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}"
addtask kernel_checkout before do_patch after do_unpack
+do_kernel_configme[dirs] = "${CCACHE_DIR} ${S} ${B}"
do_kernel_configme() {
echo "[INFO] doing kernel configme"