summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/tinfoil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py
index 763c329810..796a98f053 100644
--- a/bitbake/lib/bb/tinfoil.py
+++ b/bitbake/lib/bb/tinfoil.py
@@ -440,7 +440,7 @@ class Tinfoil:
440 to initialise Tinfoil and use it with config_only=True first and 440 to initialise Tinfoil and use it with config_only=True first and
441 then conditionally call this function to parse recipes later. 441 then conditionally call this function to parse recipes later.
442 """ 442 """
443 config_params = TinfoilConfigParameters(config_only=False) 443 config_params = TinfoilConfigParameters(config_only=False, quiet=self.quiet)
444 self.run_actions(config_params) 444 self.run_actions(config_params)
445 self.recipes_parsed = True 445 self.recipes_parsed = True
446 446