diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobeventhandler.py')
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index 41022ef8eb..d953f3497c 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py | |||
| @@ -146,7 +146,9 @@ class HobHandler(gobject.GObject): | |||
| 146 | elif next_command == self.SUB_MATCH_CLASS: | 146 | elif next_command == self.SUB_MATCH_CLASS: |
| 147 | self.runCommand(["findFilesMatchingInDir", "rootfs_", "classes"]) | 147 | self.runCommand(["findFilesMatchingInDir", "rootfs_", "classes"]) |
| 148 | elif next_command == self.SUB_PARSE_CONFIG: | 148 | elif next_command == self.SUB_PARSE_CONFIG: |
| 149 | self.runCommand(["enableDataTracking"]) | ||
| 149 | self.runCommand(["parseConfigurationFiles", "", ""]) | 150 | self.runCommand(["parseConfigurationFiles", "", ""]) |
| 151 | self.runCommand(["disableDataTracking"]) | ||
| 150 | elif next_command == self.SUB_GNERATE_TGTS: | 152 | elif next_command == self.SUB_GNERATE_TGTS: |
| 151 | self.runCommand(["generateTargetsTree", "classes/image.bbclass", []]) | 153 | self.runCommand(["generateTargetsTree", "classes/image.bbclass", []]) |
| 152 | elif next_command == self.SUB_GENERATE_PKGINFO: | 154 | elif next_command == self.SUB_GENERATE_PKGINFO: |
| @@ -451,6 +453,9 @@ class HobHandler(gobject.GObject): | |||
| 451 | ret.append(i) | 453 | ret.append(i) |
| 452 | return " ".join(ret) | 454 | return " ".join(ret) |
| 453 | 455 | ||
| 456 | def set_var_in_file(self, var, val, default_file=None): | ||
| 457 | self.server.runCommand(["setVarFile", var, val, default_file]) | ||
| 458 | |||
| 454 | def get_parameters(self): | 459 | def get_parameters(self): |
| 455 | # retrieve the parameters from bitbake | 460 | # retrieve the parameters from bitbake |
| 456 | params = {} | 461 | params = {} |
