summaryrefslogtreecommitdiffstats
path: root/lib/bb/cookerdata.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-26 13:46:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-26 16:02:58 +0000
commitb9873588696507dfb6aade6821f6f75cb9a19e0a (patch)
tree4214f948c194c4e3be8bd5028ddc71ea6c5ef0f2 /lib/bb/cookerdata.py
parent2a80735183e8faa110b4c6d8d85c4707f28e03a1 (diff)
downloadbitbake-b9873588696507dfb6aade6821f6f75cb9a19e0a.tar.gz
bitbake: Force -S option to take a parameter
There is no easy way to make this change. We really need parameters for the -S (dump signatures) handling code. Such a parameter can then be used within the codebase to handle the signatures in different ways. For now, "none" is the recommended default and "printdiff" will execute the new (and more expensive) comparison algorithms. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cookerdata.py')
-rw-r--r--lib/bb/cookerdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cookerdata.py b/lib/bb/cookerdata.py
index 6200b0eba..b9b9e1667 100644
--- a/lib/bb/cookerdata.py
+++ b/lib/bb/cookerdata.py
@@ -124,7 +124,7 @@ class CookerConfiguration(object):
self.profile = False
self.nosetscene = False
self.invalidate_stamp = False
- self.dump_signatures = False
+ self.dump_signatures = []
self.dry_run = False
self.tracking = False
self.interface = []