summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/classes/ccache.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/classes/ccache.bbclass')
-rw-r--r--import-layers/yocto-poky/meta/classes/ccache.bbclass8
1 files changed, 8 insertions, 0 deletions
diff --git a/import-layers/yocto-poky/meta/classes/ccache.bbclass b/import-layers/yocto-poky/meta/classes/ccache.bbclass
new file mode 100644
index 000000000..2cdce4693
--- /dev/null
+++ b/import-layers/yocto-poky/meta/classes/ccache.bbclass
@@ -0,0 +1,8 @@
+CCACHE = "${@bb.utils.which(d.getVar('PATH', True), '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}"
+
+do_clean[cleandirs] += "${CCACHE_DIR}"
OpenPOWER on IntegriCloud