mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bitbake: cookerdata: Fix tinfoil by adding missinge extra_caches default
(Bitbake rev: d513153cac283aa4ec37135a9190f7a091b6c44b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -125,6 +125,7 @@ class CookerConfiguration(object):
|
|||||||
self.dump_signatures = False
|
self.dump_signatures = False
|
||||||
self.dry_run = False
|
self.dry_run = False
|
||||||
self.tracking = False
|
self.tracking = False
|
||||||
|
self.extra_caches = []
|
||||||
|
|
||||||
self.env = {}
|
self.env = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user