diff options
Diffstat (limited to 'bitbake/bin')
| -rwxr-xr-x | bitbake/bin/bitbake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 29e9acd97a..2564e97123 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -118,7 +118,10 @@ Default BBFILES are the .bb files in the current directory.""") | |||
| 118 | action = "store", dest = "cmd") | 118 | action = "store", dest = "cmd") |
| 119 | 119 | ||
| 120 | parser.add_option("-r", "--read", help = "read the specified file before bitbake.conf", | 120 | parser.add_option("-r", "--read", help = "read the specified file before bitbake.conf", |
| 121 | action = "append", dest = "file", default = []) | 121 | action = "append", dest = "prefile", default = []) |
| 122 | |||
| 123 | parser.add_option("-R", "--postread", help = "read the specified file after bitbake.conf", | ||
| 124 | action = "append", dest = "postfile", default = []) | ||
| 122 | 125 | ||
| 123 | parser.add_option("-v", "--verbose", help = "output more chit-chat to the terminal", | 126 | parser.add_option("-v", "--verbose", help = "output more chit-chat to the terminal", |
| 124 | action = "store_true", dest = "verbose", default = False) | 127 | action = "store_true", dest = "verbose", default = False) |
