summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/hob.py
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2012-03-23 15:38:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-25 12:04:33 +0100
commiteb993c0bad03718f9d3e133667cd0fefca23611a (patch)
tree8d01fd836a377477fa4427e4c9a75c5397fafd88 /lib/bb/ui/hob.py
parente4f22f6242f489afcadac67cc8dd282936b78586 (diff)
downloadbitbake-eb993c0bad03718f9d3e133667cd0fefca23611a.tar.gz
Hob: Change the Hob initialization process
This change allows adding extra inherits before getting all the parameters. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'lib/bb/ui/hob.py')
-rwxr-xr-xlib/bb/ui/hob.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/ui/hob.py b/lib/bb/ui/hob.py
index 7c147c4e1..e72ab23e3 100755
--- a/lib/bb/ui/hob.py
+++ b/lib/bb/ui/hob.py
@@ -58,8 +58,6 @@ def main (server = None, eventHandler = None):
hobHandler = HobHandler(server, recipe_model, package_model)
builder = Builder(hobHandler, recipe_model, package_model)
- hobHandler.generate_configuration()
-
# This timeout function regularly probes the event queue to find out if we
# have any messages waiting for us.
gobject.timeout_add(10, event_handle_idle_func, eventHandler, hobHandler)