From 774eb753d8f23d5887c476062acced3bb0ac40c7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 26 Mar 2014 13:46:54 +0000 Subject: bitbake: 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. (Bitbake rev: b9873588696507dfb6aade6821f6f75cb9a19e0a) Signed-off-by: Richard Purdie --- bitbake/lib/bb/cookerdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/cookerdata.py') diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index 6200b0ebac..b9b9e16675 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/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 = [] -- cgit v1.2.3-54-g00ecf