aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/ccache.bbclass
blob: 76c88286197ec1dedc8ecc2087732d80736b17c8 (plain)
1
2
3
4
5
6
7
8
9
CCACHE = "${@bb.utils.which(d.getVar('PATH'), 'ccache') and 'ccache '}"
export CCACHE_DIR ?= "${TMPDIR}/ccache/${MULTIMACH_HOST_SYS}/${PN}"
CCACHE_DISABLE[unexport] = "1"

DEPENDS_append_class-target = " ccache-native"
DEPENDS[vardepvalueexclude] = " ccache-native"

do_configure[dirs] =+ "${CCACHE_DIR}"
do_kernel_configme[dirs] =+ "${CCACHE_DIR}"