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

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