summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cookerdata.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/cookerdata.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/cookerdata.py')
-rw-r--r--bitbake/lib/bb/cookerdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py
index 2c9019f81f..fab47c75f5 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/lib/bb/cookerdata.py
@@ -69,7 +69,7 @@ class ConfigParameters(object):
69 69
70 def updateToServer(self, server, environment): 70 def updateToServer(self, server, environment):
71 options = {} 71 options = {}
72 for o in ["abort", "tryaltconfigs", "force", "invalidate_stamp", 72 for o in ["abort", "force", "invalidate_stamp",
73 "verbose", "debug", "dry_run", "dump_signatures", 73 "verbose", "debug", "dry_run", "dump_signatures",
74 "debug_domains", "extra_assume_provided", "profile", 74 "debug_domains", "extra_assume_provided", "profile",
75 "prefile", "postfile", "server_timeout"]: 75 "prefile", "postfile", "server_timeout"]: