From 9cc4de1c2d51eaeeb7eece1633e4ca67d4e7c711 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 20 May 2005 17:42:34 +0000 Subject: bitbake/TODO: Add basics tasks I want to see finished --- TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 000000000..933247b03 --- /dev/null +++ b/TODO @@ -0,0 +1,18 @@ +On popular request by popular people a list of tasks to-do: + + -Kill insecure usage of os.system either by properly escaping + the strings or a faster replacement not involving /bin/sh + -Unpack only the real file and do not use wild-cards (is that the case) + -Introduce a -p option to automatically hotshot/profile the + run + -On generating the inter package deps do not parse each file multiply + times. + -Do not generate the world dependency tree, only when someone + requests it. + -Cache dependencies separately and invalidate them when any file + changed. + -Fix data_dict.py + -... + + +DONE: -- cgit 1.2.3-korg