diff options
Diffstat (limited to 'bitbake/lib/bb/tinfoil.py')
-rw-r--r-- | bitbake/lib/bb/tinfoil.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index 91fbf1b13e..2200caa54c 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py | |||
@@ -449,6 +449,12 @@ class Tinfoil: | |||
449 | self.run_actions(config_params) | 449 | self.run_actions(config_params) |
450 | self.recipes_parsed = True | 450 | self.recipes_parsed = True |
451 | 451 | ||
452 | def modified_files(self): | ||
453 | """ | ||
454 | Notify the server it needs to revalidate it's caches since the client has modified files | ||
455 | """ | ||
456 | self.run_command("revalidateCaches") | ||
457 | |||
452 | def run_command(self, command, *params, handle_events=True): | 458 | def run_command(self, command, *params, handle_events=True): |
453 | """ | 459 | """ |
454 | Run a command on the server (as implemented in bb.command). | 460 | Run a command on the server (as implemented in bb.command). |