bitbake/TODO:
[vuplus_bitbake] / TODO
1 On popular request by popular people a list of tasks to-do:
2
3         -Kill insecure usage of os.system either by properly escaping
4          the strings or a faster replacement not involving /bin/sh
5         -Unpack only the real file and do not use wild-cards (is that the case)
6         -Introduce a -p option to automatically hotshot/profile the
7          run
8         -On generating the inter package deps do not parse each file multiply
9          times.
10         -Do not generate the world dependency tree, only when someone
11          requests it.
12         -Cache dependencies separately and invalidate them when any file
13          changed.
14         -Fix data_dict.py
15         -...
16
17
18 DONE: