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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py
index 720bf4b931..96275fde7f 100644
--- a/bitbake/lib/bb/tinfoil.py
+++ b/bitbake/lib/bb/tinfoil.py
@@ -366,9 +366,9 @@ class Tinfoil:
366 def build_file(self, buildfile, task): 366 def build_file(self, buildfile, task):
367 """ 367 """
368 Runs the specified task for just a single recipe (i.e. no dependencies). 368 Runs the specified task for just a single recipe (i.e. no dependencies).
369 This is equivalent to bitbake -b. 369 This is equivalent to bitbake -b, except no warning will be printed.
370 """ 370 """
371 return self.run_command('buildFile', buildfile, task) 371 return self.run_command('buildFile', buildfile, task, True)
372 372
373 def shutdown(self): 373 def shutdown(self):
374 if self.server_connection: 374 if self.server_connection: