Hi, The first patch is just a documentation typo.
The other three patches were motivated by the immense amount of calls to stat()/chdir() and IMHO odd behaviour in persistent_cache handling (database-connection wise). The second patch, "persist_data: cache connection and use cursor" prompts the question from my part, if there is a way to somewhere cache the open connection globally (and not per .bb)? I suspect that this patch also has style issues. These could be addressed if you think it's a good idea overall. Thanks && cheers, Bernhard Reutner-Fischer (4): fetch: documentation typo fix persist_data: cache connection and use cursor cache: use os.path ops instead of stat cache: do not chdir unnecessary lib/bb/cache.py | 30 ++++++++++++++++++------------ lib/bb/fetch/__init__.py | 2 +- lib/bb/persist_data.py | 19 ++++++++++++------- 3 files changed, 31 insertions(+), 20 deletions(-) _______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
