aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-26 05:38:22 +0000
committerChris Larson <clarson@kergoth.com>2003-06-26 05:38:22 +0000
commita632b1e13f0009ad49090533e42dc75d154ce12e (patch)
tree6461ea30b53f763a99e5ac7eb58e6eb9f2109425 /doc
parent996405157129f170a449487f70b2a774154f699f (diff)
downloadbitbake-a632b1e13f0009ad49090533e42dc75d154ce12e.tar.gz
Update TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/TODO b/doc/TODO
index 262ac1164..4c3d72b4b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -20,17 +20,19 @@ TODO:
using our fetch classes.
[ ] oebuild
- [ ] Use oe.digraph for handling intertask dependency
- [ ] Split task execution from function execution
- [ ] Add a means to add a task which depends on another task's
+ [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
execution, but not on said task's successful completion.
- [ ] Convert to the new parse and data clases ala oemake.
+ [x] Convert to the new parse and data clases ala oemake.
[x] Fetch shouldnt use stamps at all. Hmm, due to the way
I implemented override of the check functions, the stamp
checker will believe unpack's stamp is always out of date,
since its dependency item's stamp doesnt exist. Need to fix
that behavior, then enhance the fetch classes to check for
existance.
+ [ ] move set_automatic_vars into either data or parse
+ [ ] default flag set for both oe and task metadata
[.] oemake
[x] Move OEPATH follow into the individual 'handle' functions,
@@ -60,7 +62,7 @@ TODO:
[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
-[ ] Write ipkg.oeclass which inherits package.oeclass to produce an ipk from
+[x] Write ipkg.oeclass which inherits package.oeclass to produce an ipk from
our metadata.
[ ] Once we have the per package deployment code, write a staging oeclass
that lets you use the FILES blocks for our deployment packages to do the