[oe-commits] Saul Wold : kernel-yocto: add CCACHE_DIR dependency to do_kernel_configme

git version control git at git.openembedded.org
Mon Aug 8 12:42:39 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 564d5fd5a289be0ca47d53608e43f9b78d5c6ee0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=564d5fd5a289be0ca47d53608e43f9b78d5c6ee0

Author: Saul Wold <sgw at linux.intel.com>
Date:   Sat Aug  6 13:39:21 2011 -0700

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 at linux.intel.com>

---

 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 f31ff61..daaee50 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"
 





More information about the Openembedded-commits mailing list