aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-30 15:04:16 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-30 15:04:16 +0000
commitbbc30a9a25af0ed075882ff2cd50415686de2fd7 (patch)
tree936bb902b8d27157dde0008ea5743c18f02886e3 /lib/bb
parent8fb6bf3768ca0343f4e4c5ed5a7dae29eab92dab (diff)
downloadbitbake-bbc30a9a25af0ed075882ff2cd50415686de2fd7.tar.gz
add some more things to TODO
Diffstat (limited to 'lib/bb')
-rw-r--r--lib/bb/shell.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index 273ebf369..b24ec2d5a 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -27,7 +27,13 @@ TODO:
* specify force
* command to reparse just one (or more) bbfile(s)
* automatic check if reparsing is necessary (inotify?)
- * bb file wizard
+ * new bb file wizard
+ * frontend for bb file manipulation?
+ * pipe output of commands into a shell command (i.e grep or sort)?
+ * job control, i.e. bring commands into background with '&', fg, bg, etc.?
+ * start parsing in background right after startup?
+ * use ; to supply more than one commnd per line
+ * command aliases / shortcuts?
* capture bb exceptions occuring during task execution
"""