All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Improve caching task file dependency checksum caching
@ 2016-01-26 13:34 Markus Lehtonen
  2016-01-26 13:34 ` [PATCH 1/6] bb/cache: drop some unused arguments Markus Lehtonen
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Markus Lehtonen @ 2016-01-26 13:34 UTC (permalink / raw)
  To: bitbake-devel

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]

Markus Lehtonen (6):
  bb/cache: drop some unused arguments
  SignatureGenerator: add method for saving the file checksum cache
  bb/runqueue: save task file dependency cache onto disk
  FileChecksumCache: add get_checksums() method
  MultiProcessCache: make cache filename configurable
  SignatureGeneratorBasic: make checksum cache file configurable

 lib/bb/cache.py           |  9 ++++----
 lib/bb/checksum.py        | 47 ++++++++++++++++++++++++++++++++++++++++
 lib/bb/codeparser.py      |  8 +++----
 lib/bb/cooker.py          |  8 +++----
 lib/bb/fetch2/__init__.py | 55 ++++++-----------------------------------------
 lib/bb/runqueue.py        |  1 +
 lib/bb/siggen.py          | 25 ++++++++++++++++++++-
 7 files changed, 91 insertions(+), 62 deletions(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-02 16:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 13:34 [PATCH 0/6] Improve caching task file dependency checksum caching Markus Lehtonen
2016-01-26 13:34 ` [PATCH 1/6] bb/cache: drop some unused arguments Markus Lehtonen
2016-01-26 13:34 ` [PATCH 2/6] SignatureGenerator: add method for saving the file checksum cache Markus Lehtonen
2016-01-26 13:34 ` [PATCH 3/6] bb/runqueue: save task file dependency cache onto disk Markus Lehtonen
2016-01-26 13:34 ` [PATCH 4/6] FileChecksumCache: add get_checksums() method Markus Lehtonen
2016-01-26 13:34 ` [PATCH 5/6] MultiProcessCache: make cache filename configurable Markus Lehtonen
2016-01-26 13:34 ` [PATCH 6/6] SignatureGeneratorBasic: make checksum cache file configurable Markus Lehtonen
2016-01-29 17:09 ` [PATCH 0/6] Improve caching task file dependency checksum caching Richard Purdie
2016-02-02 16:23   ` Markus Lehtonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.