From d1e66643ae2e379f5e51ab9370ef8cb7e66dcb35 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Dec 2013 17:48:40 +0000 Subject: bitbake: cooker/command/hob: Cleanup configuration init/reset functions and commands initConfigurationData and loadConfigurationData are similar functions, the only reason for them appears to be to be able to reset the pre/post configuration files. The current code is confusing and unmaintainable. Instead this patch creates a new Sync command which allows these to be explicitly set. The init and load functions can then be merged into one. There is then no need for a parseConfiguration command, we can simply reset the server to have the settings take effect. The reset fuction is not an instant value return and triggers an event so it should be an Async command, not a sync one. The number of calls for the set pre/post command is probably higher than it need be but someone with more familiarity with the hob code base can probably figure out the right places its needed (maybe just init_cooker?). (Bitbake rev: bae5210d7e048022f083361964ebec7daf1608f7) Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/builder.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/bb/ui/crumbs/builder.py') diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py index 1ace5cf714..e0fc0d1114 100755 --- a/bitbake/lib/bb/ui/crumbs/builder.py +++ b/bitbake/lib/bb/ui/crumbs/builder.py @@ -704,7 +704,6 @@ class Builder(gtk.Window): self.set_user_config_proxies() def set_user_config(self): - self.handler.reset_cooker() # set bb layers self.handler.set_bblayers(self.configuration.layers) # set local configuration -- cgit v1.2.3-54-g00ecf