summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/hob.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/hob.py')
-rwxr-xr-xbitbake/lib/bb/ui/hob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index bc5ee1434a..154a3b3b4a 100755
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -46,7 +46,7 @@ from bb.ui.crumbs.hoblistmodel import RecipeListModel, PackageListModel
46from bb.ui.crumbs.hobeventhandler import HobHandler 46from bb.ui.crumbs.hobeventhandler import HobHandler
47from bb.ui.crumbs.builder import Builder 47from bb.ui.crumbs.builder import Builder
48 48
49extraCaches = ['bb.cache_extra:HobRecipeInfo'] 49featureSet = [bb.cooker.CookerFeatures.HOB_EXTRA_CACHES]
50 50
51def event_handle_idle_func(eventHandler, hobHandler): 51def event_handle_idle_func(eventHandler, hobHandler):
52 # Consume as many messages as we can in the time available to us 52 # Consume as many messages as we can in the time available to us