bitbake: bitbake: Force -S option to take a parameter
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Mar 2014 13:46:54 +0000 (13:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Mar 2014 09:42:07 +0000 (09:42 +0000)
commitb9eb8c29be678f7c3ae137679ef19056632a7751
treedc3e37f11f3e44b6871294db5f251afc14a97a5e
parent3f3755ff9266aeca8da1b9c60b86b1e1074076a8
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 <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake
bitbake/lib/bb/cookerdata.py
bitbake/lib/bb/runqueue.py