aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/data.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-04-15 22:52:28 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-04-15 22:52:28 +0000
commitb03a424879367fd4118f60abda7f78bc5f27b957 (patch)
tree22bb4fe4d2a558db0a78d86f2be8492b280c0e77 /lib/bb/data.py
parent67e3bddeb1dc82ab58a856b9d763b21858b1c819 (diff)
downloadbitbake-b03a424879367fd4118f60abda7f78bc5f27b957.tar.gz
bitbake/lib/bb/data.py:
bitbake/lib/bb/__init__.py: bitbake/lib/bb/data_smart.py: bitbake/lib/bb/cache.py: bitbake/lib/bb/shell.py: bitbake/bin/bitbake: * Major cache refactoring. Change the cache to store only the data bitbake needs for dependency calculations instead of all the metadata. * Separate the cache code into its own file. * Update the rest of the code to work with the cache changes. * Temporarily break the shell's poke command.
Diffstat (limited to 'lib/bb/data.py')
-rw-r--r--lib/bb/data.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bb/data.py b/lib/bb/data.py
index 6cac3ea19..1c1eefe9d 100644
--- a/lib/bb/data.py
+++ b/lib/bb/data.py
@@ -120,9 +120,6 @@ def init():
def init_db(cache,name,clean,parent = None):
return _dict_p_type(cache,name,clean,parent)
-def init_db_mtime(cache,cache_bbfile):
- return _dict_p_type.mtime(cache,cache_bbfile)
-
def pkgdata(use_cache, cache, config = None):
"""
Return some sort of dictionary to lookup parsed dictionaires