summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-31 17:32:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:10 +0100
commit2355a9b6f0dc4c8529cc57fb431112bce9125cee (patch)
tree801d12888b2293022be9f6709cb9342ac08fd80a /bitbake/lib/bb/main.py
parent6e224e9c8e3850ced305b9cd971b093d8a588d5e (diff)
downloadpoky-2355a9b6f0dc4c8529cc57fb431112bce9125cee.tar.gz
bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandline option
I can't actually see how this was working, nothing connected the commandline option to the data in TaskData(). Drop the remaining pieces of this option, it was a relic from a decade ago and we want deterministic builds, not random tries until something might work. (Bitbake rev: 767c7ba8fc76ec667ac1567de1c971c3575f2ecd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/main.py')
-rwxr-xr-xbitbake/lib/bb/main.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py
index 6e6a346a06..a488c3d18e 100755
--- a/bitbake/lib/bb/main.py
+++ b/bitbake/lib/bb/main.py
@@ -150,11 +150,6 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters):
150 "failed and anything depending on it cannot be built, as much as " 150 "failed and anything depending on it cannot be built, as much as "
151 "possible will be built before stopping.") 151 "possible will be built before stopping.")
152 152
153 parser.add_option("-a", "--tryaltconfigs", action="store_true",
154 dest="tryaltconfigs", default=False,
155 help="Continue with builds by trying to use alternative providers "
156 "where possible.")
157
158 parser.add_option("-f", "--force", action="store_true", dest="force", default=False, 153 parser.add_option("-f", "--force", action="store_true", dest="force", default=False,
159 help="Force the specified targets/task to run (invalidating any " 154 help="Force the specified targets/task to run (invalidating any "
160 "existing stamp file).") 155 "existing stamp file).")