]> code.ossystems Code Review - openembedded-core.git/commit
ccache.bbclass: Make it can be shared between different builds
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 13 Dec 2018 09:12:41 +0000 (17:12 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jan 2019 11:21:57 +0000 (11:21 +0000)
commit35d7fe73bba15de16d2eb0a4b12ef03b57b23306
treedfd6890323f8f7d0772faaa647434057a933d00d
parentb25271b65262f70d849a4861da216c9be6c54d53
ccache.bbclass: Make it can be shared between different builds

CCACHE_BASEDIR: ccache removes this from file path, so that hashes will be
                the same in different build dirs.

CCACHE_TOP_DIR: Set it to a shared location for different builds.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/ccache.bbclass