aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-08-20 21:52:23 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-08-20 21:52:23 +0000
commita6e26ec83270de1ae9993c054be25e4ccbde1a8e (patch)
tree6693ea9b7afb26a27cd7a9abc41f27b5d06178b4 /MANIFEST
parentb1bd6a2abfa177520991263efc4a5b365a625a0c (diff)
downloadbitbake-a6e26ec83270de1ae9993c054be25e4ccbde1a8e.tar.gz
bitbake/lib/bb/taskdata.py:
bitbake/lib/bb/__init__.py: bitbake/lib/bb/shell.py: bitbake/lib/bb/runqueue.py: bitbake/lib/bb/msg.py: bitbake/MANIFEST: bitbake/bin/bitbake: Major rewrite and modularisation of the dependecy code. The code in bin/bitbake is replaced by the taskdata and runqueue modules. The code is designed to support multiple threads (although the initial threading algothirm is simplistic). The new code is aimed to be maintainable and debuggable (once msy.py is finished).
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 5823cd070..4542acca7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -25,7 +25,9 @@ lib/bb/parse/__init__.py
lib/bb/parse/parse_py/BBHandler.py
lib/bb/parse/parse_py/ConfHandler.py
lib/bb/parse/parse_py/__init__.py
+lib/bb/runqueue.py
lib/bb/shell.py
+lib/bb/taskdata.py
lib/bb/utils.py
doc/COPYING.GPL
doc/COPYING.MIT