aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-11 23:58:14 +0000
committerChris Larson <clarson@kergoth.com>2003-06-11 23:58:14 +0000
commit8667ffbf297414cd041b8f923204aaa5130d9d29 (patch)
tree81f3e77d1cb6755172b412c247092a43fa0d130c /doc
parente24b7d183ef62c502a3e51ca68bc8c69f08e5e6a (diff)
downloadbitbake-8667ffbf297414cd041b8f923204aaa5130d9d29.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 000000000..89d7d3853
--- /dev/null
+++ b/doc/TODO
@@ -0,0 +1,18 @@
+TODO:
+
+[x] Update .oe and .conf parsers to not strip out all the tabs in our
+ python function vars..
+[x] Update patcher tool to make use of our ability to use python functions.
+[.] Write package.oeclass implemented w/ a python function/task
+[ ] Write ipkg.oeclass which inherits package.oeclass to produce an ipk from
+ our metadata.
+
+[ ] Once we have that per package deployment code, write a staging oeclass
+ that lets you use the FILES blocks for our deployment packages to do the
+ installs into the appropriate staging areas, to save time writing do_stage
+ functions.
+[ ] Finish up extensibility bits for the core oe code, and merge some of the
+ class implementations into something sane.
+
+[ ] Assuming cworth has the base ipkg libs rearchitected, start work on oemake.
+ If he hasnt, start rearchitecting ipkg.