mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
098ae437df
commit
e27ff5a9ad
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user