Re: what to expect from distributed sstate cache?
Alexander Kanavin
The recommended set up is to use r/w NFS between build machines, so they all contribute to the cache directly. And yes, if the inputs to the task are identical, then there should a cache hit. If you are getting cache misses where you are expecting a cache hit, then bitbake-diffsigs/bitbake-dumpsig may help to debug. Alex
On Wed, 27 May 2020 at 10:59, Mans Zigher <mans.zigher@...> wrote: Hi,
|
|