From 0c51d610e1bdb16ec96c29ec2b92de922f67b009 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 18 Sep 2013 13:15:50 +0100 Subject: bitbake: bitbake: cooker: get extra information from recipe cache The loaded cache modules may add extra attributes to the recipecache, that will be populated by the cache classes required by the UI. These attributes will be used by the UI to display relevant information. Adds cachefields cache class field to specify for each cache class which attributes will be set in the recipecache. Adds code to automatically expand depends tree with the fields exported by the extra cache class. Fixes a cache field name in the HOB UI. (Bitbake rev: 47c171005fb3803d936e65fcd4436c643883ae16) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/ui/crumbs/hoblistmodel.py') diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py index 74d335c88b..b4d2a621b7 100644 --- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py +++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py @@ -690,7 +690,7 @@ class RecipeListModel(gtk.ListStore): inherits = event_model["pn"][item]["inherits"] summary = event_model["pn"][item]["summary"] version = event_model["pn"][item]["version"] - revision = event_model["pn"][item]["revision"] + revision = event_model["pn"][item]["prevision"] homepage = event_model["pn"][item]["homepage"] bugtracker = event_model["pn"][item]["bugtracker"] filename = event_model["pn"][item]["filename"] -- cgit v1.2.3-54-g00ecf