[bitbake-devel] [PATCH 0/6] Improve caching task file dependency checksum caching

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jan 29 17:09:31 UTC 2016


On Tue, 2016-01-26 at 15:34 +0200, Markus Lehtonen wrote:
> This patchset improves the caching of task file dependency checksums in two
> ways. First, the patchset enables writing of the cache onto disk so that the
> checksums can be re-used on subsequent runs of bitbake. Previously the task
> signature checksums were calculated and cached in memory but never really
> saved.
> 
> Second, this patchset makes the task file dependency checksum cache file
> configurable. This is intended to be used e.g. with a further patchset for
> oe-core that will utilize task file dependencies heavily.
> 
> [YOCTO #8853]

Before I'd take this, I'd like to understand what this code does with a
large codebase, for example a kernel source tree.

I'd really like some performance measurements for the file counts
involved and the time it takes to stat trees like that. What is the
command overhead in that fairly pathological case?

Would we be better off requiring memory resident bitbake and using
inotify watches for example?

Cheers,

Richard



More information about the bitbake-devel mailing list