bitbake/lib/bb/data.py:
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 15 Apr 2006 22:52:28 +0000 (22:52 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 15 Apr 2006 22:52:28 +0000 (22:52 +0000)
commitb03a424879367fd4118f60abda7f78bc5f27b957
tree22bb4fe4d2a558db0a78d86f2be8492b280c0e77
parent67e3bddeb1dc82ab58a856b9d763b21858b1c819
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.
bin/bitbake
lib/bb/__init__.py
lib/bb/cache.py [new file with mode: 0644]
lib/bb/data.py
lib/bb/data_smart.py
lib/bb/shell.py