diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2012-03-23 15:38:42 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-25 12:23:31 +0100 |
| commit | 5098c964c268b3a4a2fc397516a641a89e7a8928 (patch) | |
| tree | c5f6d3922f65f73ffdb11862eef85e2687e7b99f /bitbake/lib/bb/ui/hob.py | |
| parent | 9d3620fac8fd3f4b57cfac5fb7431416f63e2ea2 (diff) | |
| download | poky-5098c964c268b3a4a2fc397516a641a89e7a8928.tar.gz | |
Hob: Change the Hob initialization process
This change allows adding extra inherits before getting all the
parameters.
(Bitbake rev: eb993c0bad03718f9d3e133667cd0fefca23611a)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/hob.py')
| -rwxr-xr-x | bitbake/lib/bb/ui/hob.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index 7c147c4e1b..e72ab23e35 100755 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py | |||
| @@ -58,8 +58,6 @@ def main (server = None, eventHandler = None): | |||
| 58 | hobHandler = HobHandler(server, recipe_model, package_model) | 58 | hobHandler = HobHandler(server, recipe_model, package_model) |
| 59 | builder = Builder(hobHandler, recipe_model, package_model) | 59 | builder = Builder(hobHandler, recipe_model, package_model) |
| 60 | 60 | ||
| 61 | hobHandler.generate_configuration() | ||
| 62 | |||
| 63 | # This timeout function regularly probes the event queue to find out if we | 61 | # This timeout function regularly probes the event queue to find out if we |
| 64 | # have any messages waiting for us. | 62 | # have any messages waiting for us. |
| 65 | gobject.timeout_add(10, event_handle_idle_func, eventHandler, hobHandler) | 63 | gobject.timeout_add(10, event_handle_idle_func, eventHandler, hobHandler) |
