summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-10-27 09:29:39 +0800
committerSteve Sakoman <steve@sakoman.com>2021-01-28 04:41:47 -1000
commit3a826c352c9c4f24fd2b3a4e67f60ff3496b4e0f (patch)
tree7486d0f8925d3eae0997149f81d85817dc8c10ad /meta/classes
parent761079481f1a2517157f7f1551106ee0daee3a74 (diff)
downloadopenembedded-core-contrib-3a826c352c9c4f24fd2b3a4e67f60ff3496b4e0f.tar.gz
bitbake.conf: Exclude ${CCACHE_DIR} from pseudo database
When ccache enabled as below: INHERIT += "ccache" CCACHE_DIR = "/path/build/ccache" There comes do_install failure for some recipes randomly, take linux-libc-headerswhen as example. $ cat /path/build/tmp/work/corei7-64-wrs-linux/linux-libc-headers/5.8-r0/pseudo/pseudo.log [snip] path mismatch [1 link]: ino 243004209 db '/path/build/ccache/6/stats' req '/path/build/ccache/7/stats.lock'. [snip] Exclude ${CCACHE_DIR} from pseudo database to fix the potential do_install failure. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b65e5280bf9e7f1f9c8e6acabab79bcf209e5342) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions