summaryrefslogtreecommitdiffstats
path: root/lib/bb/__init__.py
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 /lib/bb/__init__.py
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 'lib/bb/__init__.py')
-rw-r--r--lib/bb/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 6310e42bc..ad10b3bb1 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -63,6 +63,8 @@ __all__ = [
"manifest",
"methodpool",
"cache",
+ "runqueue",
+ "taskdata",
"providers",
]