summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 54228518d7..34cfadb986 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -105,9 +105,6 @@ Default BBFILES are the .bb files in the current directory.""")
105 parser.add_option("-f", "--force", help = "force run of specified cmd, regardless of stamp status", 105 parser.add_option("-f", "--force", help = "force run of specified cmd, regardless of stamp status",
106 action = "store_true", dest = "force", default = False) 106 action = "store_true", dest = "force", default = False)
107 107
108 parser.add_option("-i", "--interactive", help = "drop into the interactive mode also called the BitBake shell.",
109 action = "store_true", dest = "interactive", default = False)
110
111 parser.add_option("-c", "--cmd", help = "Specify task to execute. Note that this only executes the specified task for the providee and the packages it depends on, i.e. 'compile' does not implicitly call stage for the dependencies (IOW: use only if you know what you are doing). Depending on the base.bbclass a listtasks tasks is defined and will show available tasks", 108 parser.add_option("-c", "--cmd", help = "Specify task to execute. Note that this only executes the specified task for the providee and the packages it depends on, i.e. 'compile' does not implicitly call stage for the dependencies (IOW: use only if you know what you are doing). Depending on the base.bbclass a listtasks tasks is defined and will show available tasks",
112 action = "store", dest = "cmd") 109 action = "store", dest = "cmd")
113 110