From f54da734eb7b69e8e34de505bd89a13479e230e0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Aug 2005 10:47:56 +0000 Subject: Initial population git-svn-id: https://svn.o-hand.com/repos/poky@2 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bitbake/TODO (limited to 'bitbake/TODO') diff --git a/bitbake/TODO b/bitbake/TODO new file mode 100644 index 0000000000..511fae4a25 --- /dev/null +++ b/bitbake/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 + -Introduce a -p option to automatically hotshot/profile the + run + -Cache dependencies separately and invalidate them when any file + changed. + -... + + +DONE: +· -On generating the inter package deps do not parse each file multiply +· times. + -We build the lists while parsing the data now +· (WAS: Do not generate the world dependency tree, only when someone +· requests it. + -- cgit v1.2.3-54-g00ecf