aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
AgeCommit message (Expand)Author
2010-06-04cache: do not chdir unnecessarilyBernhard Reutner-Fischer
2010-06-04cache: use a set() for __dependsBernhard Reutner-Fischer
2010-06-04cache: use max() to determine newest_mtimeBernhard Reutner-Fischer
2010-06-04cache: use os.path ops instead of statBernhard Reutner-Fischer
2010-06-04cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer
2010-04-20Don't try to expand non-string valuesChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-04-09Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-04-06Pass the config metadata into the Cache constructor rather than the cookerChris Larson
2010-03-25cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie
2010-03-23Implement BBVERSIONSChris Larson
2010-02-12[cache] copy instead of deepcopy in syncHolger Freyther
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2009-10-17cache.py: Add check for leakage of SRCREVINACTION variable (from Poky)Richard Purdie
2009-09-14cache: only invalidate for non-existent depends if they used to exist.Chris Larson
2009-06-19Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mu...Richard Purdie
2009-04-21lib: remove use of 'sets' to make Python 2.6 happyMarcin Juszkiewicz
2009-01-03cache.py: Simplfy logic (from Poky)Richard Purdie
2008-12-06When SRCREV autorevisioning for a recipe is in use, don't cache the recipe (f...Richard Purdie
2008-10-27cache: not existing cache file is not out of dateMarcin Juszkiewicz
2008-09-30cooker.py: Rename __depends to __base_depends after configuration parsing so ...Richard Purdie
2008-03-28cache.py: Fix a bug where changed files weren't getting spotted and an invali...Richard Purdie
2008-03-13cache.py: Ignore cache load errors and always just rebuildRichard Purdie
2008-03-13cache.py: Improve the way various data structures are handled to speed up the...Richard Purdie
2008-02-29cache.py: Bump the cache version since digraph was removed and mayb still be ...Richard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-02-24cache: Optmise cache handling by more quickly detecting an invalid cache, onl...Richard Purdie
2007-08-25runqueue.py: Detect builds of tasks with overlapping providers and warn (will...Richard Purdie
2007-04-18cache.py: Add helpful debugging information to error messageRichard Purdie
2007-03-24Fix PE handling to use strings and update showVersions to add PE support (clo...Richard Purdie
2007-03-23cache.py: Catch truncated cache errorsRichard Purdie
2007-03-19Add PE (Package Epoch) support from Philipp Zabel (pH5)Richard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-14cache.py: Share the parser's mtime_cache, reducing the number of stat syscallsRichard Purdie
2006-10-29cache.py: Allow version field in DEPENDS (ignored for now)Richard Purdie
2006-10-03cache.py: Stop passing cooker around as its no longer neededRichard Purdie
2006-09-15cache.py: Don't error if a file doesn't exist, just mark the cache entry invalidRichard Purdie
2006-09-11cache.py: The cache doesn't really need to know about any progress callback -...Richard Purdie
2006-09-10cache.py: Drop uneeded BUILD_ALL_DEPS variableRichard Purdie
2006-09-09Turn BBParsingStatus into CacheData and move to cache.pyRichard Purdie
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-08-13trunk/bitbake/bin/bitbake:Richard Purdie
2006-05-06bitbake/lib/bb/cache.py:Holger Hans Peter Freyther
2006-04-29lib/bb/cache.py:Richard Purdie
2006-04-28 bitbake/lib/bb/parse/__init__.py:Holger Hans Peter Freyther
2006-04-25bitbake/lib/bb/cache.py:Holger Hans Peter Freyther