]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Exclude WORKDIR changes from sstate checksums
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Dec 2013 12:06:41 +0000 (12:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Dec 2013 12:25:24 +0000 (12:25 +0000)
commit453353e05d027c6a505d1e13a7982718a13bca8b
treef727180a756b9a9b9527e74c3c46aa94fb49ddd7
parent6f823a23c5f1d0ffa0a27db1c1bc1907de788505
bitbake.conf: Exclude WORKDIR changes from sstate checksums

The layout of stamp files ensures that changes to WORKDIR mean recipes get rebuilt correctly.
Since WORKDIR usually contains MULTIMACH_TARGET_SYS and that depends on tune variables,
including WORKDIR in sstate checksums adds a lot of noise to the system for what amounts to
no gain.

On the other hand, removing it reduces noise, reduces the size of the siginfo files and
reduces the amount of processing bitbake has to do. It therefore seems like dropping it
from the checksums is an all around win.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf