]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
ccache: drop CCACHE_COMPILERCHECK
authorRoss Burton <ross.burton@arm.com>
Thu, 24 Jul 2025 16:20:54 +0000 (17:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jul 2025 16:16:10 +0000 (17:16 +0100)
commit27aec0bab6fcb19c5d5be30763f4038a46922e8f
tree32cb8ce41b9036df466bcd0270138c87020b3306
parent8c1c38a6b3073d2dd34514f5a90805c12c0f42dd
ccache: drop CCACHE_COMPILERCHECK

This variable controls how ccache determines if the cache is valid or not
for a given compiler.

By default, ccache looks at the mtime of the compiler binary. This should
be sufficient for our purposes as the mtime is preserved from sstate
and will only be changed on rebuilds if the binary is actually different.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/ccache.bbclass