aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-27 20:17:40 +0000
committerChris Larson <clarson@kergoth.com>2003-06-27 20:17:40 +0000
commit2f79a438b6157770a9bacd72e19583dbd8ab4137 (patch)
tree38008bd37d5bf96a8d9af8ed7a8baa09191b0952 /doc
parent6809dcc0ee6c461b8a8e6f510ef7794503c0a5a4 (diff)
downloadbitbake-2f79a438b6157770a9bacd72e19583dbd8ab4137.tar.gz
update TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index accb7f6e6..c8866d99b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,7 +4,7 @@ TODO:
[x] Update .oe and .conf parsers to not strip out all the tabs in our
python function vars..
[x] Restructure
- [ ] Remove duplicated implementations, and convert everyone to the new
+ [.] Remove duplicated implementations, and convert everyone to the new
data and parse methods.
[ ] API Sanity Audit.
[ ] Comment/Docs Audit.
@@ -19,7 +19,7 @@ TODO:
[ ] Teach the system to support grabbing OEFILES from upstream
using our fetch classes.
-[ ] oebuild
+[.] oebuild
[x] Use oe.digraph for handling intertask dependency
[x] Split task execution from function execution
[x] Add a means to add a task which depends on another task's
@@ -36,7 +36,7 @@ TODO:
[x] Fix python function implementation, do it the way I did the
code for the event handlers. (needed to fix do_fetch)
[ ] Implement and test check_md5, taking nostamp into account.
- [ ] Add clean and mrproper targets to base oeclass.
+ [x] Add clean and mrproper targets to base oeclass.
[.] oemake
[x] Move OEPATH follow into the individual 'handle' functions,
@@ -63,6 +63,17 @@ TODO:
changes in build state as well as changes to build metadata result
in a rebuild.
+[ ] packages
+ [ ] add cross binutils and binutils
+ [ ] add gcc
+ [ ] figure out where to put the glibc install into the toolchain dir,
+ which is only needed by gcc pass 2.
+ [ ] add qtopia 1.6.1
+ [ ] add qt 2.3.6
+ [ ] convert packages from OpenZaurus buildroot
+
+[ ] Image creation .oe files and/or external tool
+
[x] Update patcher tool to make use of our ability to use python functions.
[x] Write package.oeclass implemented w/ a python function/task
[x] Write src.rpm builder .oeclass