summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/recipeselectionpage.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/recipeselectionpage.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
index 956b02dd95..8314449eef 100755
--- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
+++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
@@ -49,6 +49,12 @@ class RecipeSelectionPage (HobPage):
49 'col_min' : 100, 49 'col_min' : 100,
50 'col_max' : 500 50 'col_max' : 500
51 }, { 51 }, {
52 'col_name' : 'Group',
53 'col_id' : RecipeListModel.COL_GROUP,
54 'col_style': 'text',
55 'col_min' : 100,
56 'col_max' : 300
57 }, {
52 'col_name' : 'Included', 58 'col_name' : 'Included',
53 'col_id' : RecipeListModel.COL_INC, 59 'col_id' : RecipeListModel.COL_INC,
54 'col_style': 'check toggle', 60 'col_style': 'check toggle',