bitbake: tinfoil: add a means of enabling variable history tracking
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 3 Sep 2014 16:06:42 +0000 (17:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Sep 2014 09:14:25 +0000 (10:14 +0100)
commit22a32c5e9eb4d38d324f980144cd491a5c12ad39
tree4d9a64703b47b4121dc145631c7b648bd0be1532
parent2548014de6d99e64cdf50ca65f11a7cd6f25f6f5
bitbake: tinfoil: add a means of enabling variable history tracking

Unfortunately it seems like the external use of the cooker
enableDataTracking() function broke at some point since the code that
reads it now runs within BBCooker's constructor. Since this now has to
be done early, add a parameter to Tinfoil's constructor to allow
enabling variable history tracking.

Fixes [YOCTO #6676].

(Bitbake rev: a9439b136f55f3f0e80ff053cd3b159da69ba362)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/tinfoil.py