aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-07-02 18:33:35 +0000
committerChris Larson <clarson@kergoth.com>2003-07-02 18:33:35 +0000
commit2390095860e3bb660d1d76b8c72ca8486435538c (patch)
treedd85106deef50f2c3db0b12aa31d53f6186afe41 /doc
parentea5833d533d2999fa4bd1a2b81d1ac74be210ce4 (diff)
downloadbitbake-2390095860e3bb660d1d76b8c72ca8486435538c.tar.gz
Update TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index c31447c97..ddbe098f8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -20,6 +20,13 @@ TODO:
using our fetch classes.
[.] oebuild
+ [ ] Implement and test check_md5, taking nostamp into account.
+ [ ] Add '--undo'/'-u' cmdline opt that calls the 'undo' task
+ for the supplied task.
+ [ ] Add '--rebuild'/'-r' cmdline opt that calls the 'undo' task
+ for the entire upward path in the digraph, then builds that task.
+ (same thing done when the md5 changes on an affected var in
+ check_md5)
[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
@@ -35,7 +42,6 @@ TODO:
[x] default flag set for both oe and task metadata
[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.
[x] Add clean and mrproper targets to base oeclass.
[.] oemake