summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-10 00:43:26 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-10 00:43:26 +0000
commit33e3ec869918856928cd9ceda9b2be2c4f4be4f9 (patch)
treeacd7187e6b66122ccc063f06b1b1b15550bb2199 /TODO
parent6c5577efd3144d05bab2b5d55b44c65222d0777a (diff)
downloadptxdist-33e3ec869918856928cd9ceda9b2be2c4f4be4f9.tar.gz
ptxdist-33e3ec869918856928cd9ceda9b2be2c4f4be4f9.tar.xz
TODO: cleanup
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10693 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO75
1 files changed, 38 insertions, 37 deletions
diff --git a/TODO b/TODO
index 301c5b554..9a3b9617e 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,10 @@
-TODO before 1.99.14
-===================
-
-[ ] rsc: port python 2.6 patches to 3.x -> mkl
-
-
TODO before 2.0.0
=================
+[ ] ipkg with dependecies
+
+[ ] rsc: port python 2.6 patches to 3.x -> mkl
+
[ ] rsc: add "ptxdist happy-customer-package". Add all needed software,
toolchain packages and EULA. May need bbu's "get" script.
@@ -29,11 +27,6 @@ TODO before 2.0.0
[ ] jbe: udev seems to load kernel modules by its own. How to disable it?
-[ ] jbe: Would it be possible to omit the "ptxconfig" and "platformconfig" menu entries
- when run "ptxdist menu" when the "selected_ptxconfig" and "selected_platformconfig"
- are real files than links (or not exist yet)? If they are real files, the project
- is a single platform one. There is no need for this step!
-
[ ] jbe: Shown pathes are much too long in "ptxconfig" and "platformconfig"
while running "ptxdist menu"
@@ -48,8 +41,6 @@ TODO before 2.0.0
[ ] jbe: most of the time thttpd does not respond to the USR1 signal.
- the start/stop script fails to stop this service
-[ ] ipkg with dependecies
-
Unclear
-------
@@ -58,6 +49,9 @@ Unclear
order to be consistent with the gdb which is provided there? Discuss
with mkl.
+[ ] rsc: multi stage BSPs: platform team releases a BSP, users use it.
+ May involve 'apt-get install OSELAS.BSP-phyCORE-12'
+
[ ] bbu, lfu, rsc, sha: "bspfix feature"
Usecase:
@@ -77,30 +71,6 @@ Unclear
* customer: can make his own changes ontop of our releases; changes
are easy to move forward
-[ ] bbu, lfu, rsc, sha: "packet sets"
-
- Observations / Ideas:
-
- * "modularity" doesn't fit our needs; we don't only want to build
- the base packages plus all modules; it is more something like:
- "build minimum set", or "build minimu set + feature x"
-
- * "packet sets" are lists of packages
-
- Use Cases:
-
- * "ptxdist --pkgset=base go" builds the package set "base"
- * "ptxdist --pkgset=headless_rt go" builds the package set "headless_rt"
- * "ptxdist --pkgset=all go" builds all selected packages
- * "ptxdist pkgset <pkgset>" creates "selected_pkgset" and makes it
- the default for subsequent commands
- FIXME: find location for pkgset files
-
- Necessary:
-
- * separate "targetinstall" stage from "ipkg -> root/image"
- * How to call this?
- * API? "ptxdist --pkgset=<pkgset> foobar" installs root/ and image.blub from ipkgs
Before Release
--------------
@@ -469,6 +439,37 @@ Test suite components to be added
DONE
====
+[x] bbu, lfu, rsc, sha: "collections"
+
+ Observations / Ideas:
+
+ * "modularity" doesn't fit our needs; we don't only want to build
+ the base packages plus all modules; it is more something like:
+ "build minimum set", or "build minimu set + feature x"
+
+ * "collections" are lists of packages
+
+ Use Cases:
+
+ * "ptxdist --collectionconfig=base go" builds the package set "base"
+ * "ptxdist --collectionconfig=headless_rt go" builds the package set "headless_rt"
+ * "ptxdist --collectionconfig=all go" builds all selected packages
+ * "ptxdist collection <pkgset>" creates "selected_collection" and makes it
+ the default for subsequent commands
+
+ Necessary:
+
+ * separate "targetinstall" stage from "ipkg -> root/image"
+ * How to call this?
+ * API? "ptxdist --pkgset=<pkgset> foobar" installs root/ and image.blub from ipkgs
+
+[x] jbe: Would it be possible to omit the "ptxconfig" and "platformconfig" menu entries
+ when run "ptxdist menu" when the "selected_ptxconfig" and "selected_platformconfig"
+ are real files than links (or not exist yet)? If they are real files, the project
+ is a single platform one. There is no need for this step!
+
+ Update 2009610 mkl: done
+
[x] rsc: fix 'ptxdist newpacket host'; find out what mkl intended with
this "class" mechanism and make sure it produces sane output. Check
with mkl.