diff options
Diffstat (limited to 'bitbake-dev/bin/bitbake')
-rwxr-xr-x | bitbake-dev/bin/bitbake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake-dev/bin/bitbake b/bitbake-dev/bin/bitbake index f4cd0cb69a..d9aa910422 100755 --- a/bitbake-dev/bin/bitbake +++ b/bitbake-dev/bin/bitbake | |||
@@ -124,6 +124,9 @@ Default BBFILES are the .bb files in the current directory.""" ) | |||
124 | parser.add_option( "-u", "--ui", help = "userinterface to use", | 124 | parser.add_option( "-u", "--ui", help = "userinterface to use", |
125 | action = "store", dest = "ui") | 125 | action = "store", dest = "ui") |
126 | 126 | ||
127 | parser.add_option( "", "--revisions-changed", help = "Set the exit code depending on whether upstream floating revisions have changed or not", | ||
128 | action = "store_true", dest = "revisions_changed", default = False ) | ||
129 | |||
127 | options, args = parser.parse_args(sys.argv) | 130 | options, args = parser.parse_args(sys.argv) |
128 | 131 | ||
129 | configuration = BBConfiguration(options) | 132 | configuration = BBConfiguration(options) |