summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tinfoil.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tinfoil.py')
-rw-r--r--bitbake/lib/bb/tinfoil.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py
index 8fc9be3039..1ea46d8eec 100644
--- a/bitbake/lib/bb/tinfoil.py
+++ b/bitbake/lib/bb/tinfoil.py
@@ -84,6 +84,11 @@ class Tinfoil:
84 else: 84 else:
85 self.parseRecipes() 85 self.parseRecipes()
86 86
87 def shutdown(self):
88 self.cooker.shutdown(force=True)
89 self.cooker.post_serve()
90 self.cooker.unlockBitbake()
91
87class TinfoilConfigParameters(ConfigParameters): 92class TinfoilConfigParameters(ConfigParameters):
88 93
89 def __init__(self, **options): 94 def __init__(self, **options):