1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

ccache: Set CCACHE on a per recipe basis

Set 'CCACHE_DIR' in 'bitbake.conf' and create the dirs for every
package before task 'do_configure' started.

[RP: Merge dirs variables into one]
(From OE-Core rev: fe03f78fb0bf7d54b9472832e43764e882f918a1)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wenzong Fan
2011-06-24 15:42:14 +08:00
committed by Richard Purdie
parent b3847df86d
commit 860eea2a58
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ python base_eventhandler() {
}
addtask configure after do_unpack do_patch
do_configure[dirs] = "${S} ${B}"
do_configure[dirs] = "${CCACHE_DIR} ${S} ${B}"
do_configure[deptask] = "do_populate_sysroot"
base_do_configure() {
: