index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
cache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warning
Chris Larson
2010-07-02
1
-1
/
+1
*
cache: do not chdir unnecessarily
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+12
*
cache: use a set() for __depends
Bernhard Reutner-Fischer
2010-07-02
1
-6
/
+4
*
cache: use max() to determine newest_mtime
Bernhard Reutner-Fischer
2010-07-02
1
-3
/
+4
*
cache: use os.path ops instead of stat
Bernhard Reutner-Fischer
2010-07-02
1
-8
/
+2
*
cache: fix typo in error message of cacheValidUpdate()
Bernhard Reutner-Fischer
2010-07-02
1
-1
/
+1
*
Don't try to expand non-string values
Chris Larson
2010-07-02
1
-4
/
+4
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-4
/
+4
*
Import fixups
Chris Larson
2010-07-02
1
-4
/
+3
*
Formatting cleanups
Chris Larson
2010-07-02
1
-14
/
+14
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-1
/
+1
*
Made '-b' work with BBCLASSEXTEND
Enrico Scholz
2010-07-02
1
-0
/
+1
*
Pass the config metadata into the Cache constructor rather than the cooker
Chris Larson
2010-07-02
1
-4
/
+4
*
cache.py: Bump the cache version after the BBVERSIONS update
Richard Purdie
2010-03-25
1
-1
/
+1
*
Implement BBVERSIONS
Chris Larson
2010-03-25
1
-5
/
+5
*
bitbake: [cache] copy instead of deepcopy in sync
Holger Freyther
2010-02-15
1
-1
/
+1
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
1
-45
/
+44
*
bitbake: Sync various functions with those from bitbake-dev and bitbake upstream
Richard Purdie
2009-11-13
1
-1
/
+1
*
bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic value
Richard Purdie
2009-09-24
1
-1
/
+3
*
bitbake cache: Add code to catch a nasty cache corruption issue to aid in tra...
Richard Purdie
2009-09-03
1
-0
/
+3
*
bitbake: Update to work without warnings with python 2.6
Richard Purdie
2009-05-12
1
-2
/
+1
*
bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...
Richard Purdie
2009-01-03
1
-8
/
+62
*
bitbake/cache.py: Simplify logic
Richard Purdie
2009-01-03
1
-11
/
+9
*
bitbake/bitbake-dev: Sync with upstream
Richard Purdie
2008-12-06
1
-1
/
+5
*
bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changes
Richard Purdie
2008-10-01
1
-1
/
+1
*
bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c...
Richard Purdie
2008-09-30
1
-1
/
+10
*
bitbake: Fix a bug where changed files weren't getting spotted and an invalid...
Richard Purdie
2008-03-28
1
-2
/
+2
*
bitbake: Update with changes from bitbake 1.8 branch
Richard Purdie
2008-03-14
1
-38
/
+40
*
bitbake: Bump cache version
Richard Purdie
2008-03-03
1
-1
/
+1
*
bitbake: Update to bitbake 1.8 branch head
Richard Purdie
2008-03-03
1
-18
/
+45
*
bitbake: Update to latest bitbake-1.8 branch
Richard Purdie
2007-09-02
1
-1
/
+4
*
bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)
Richard Purdie
2007-04-01
1
-3
/
+7
*
bitbake: Sync with upstream.
Richard Purdie
2007-01-08
1
-19
/
+17
*
bitbake: Upgrade from 1.4 -> 1.7.4ish
Richard Purdie
2006-11-16
1
-41
/
+166
*
Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...
Richard Purdie
2006-05-09
1
-0
/
+306