From 993c46751097e3528adbae51f21b4607cd964cdb Mon Sep 17 00:00:00 2001 From: Beth Flanagan Date: Mon, 16 Apr 2012 16:13:08 -0700 Subject: hoblistmodel.py: description for selfcreated image The current description is empty. This adds a default description for hob's dummy_image. (Bitbake rev: 68a65e5eeeb01d78444f1e5b5d1bb7b21c9d0b2c) Signed-off-by: Beth Flanagan Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bitbake/lib/bb') diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py index e7836c5503..3f534328ae 100644 --- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py +++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py @@ -565,7 +565,9 @@ class RecipeListModel(gtk.ListStore): # dummy image for prompt self.set(self.append(), self.COL_NAME, self.__dummy_image__, - self.COL_DESC, "", + self.COL_DESC, "Use the 'View recipes' and 'View packages' " \ + "options to select what you want to include " \ + "in your image.", self.COL_LIC, "", self.COL_GROUP, "", self.COL_DEPS, "", self.COL_BINB, "", self.COL_TYPE, "image", self.COL_INC, False, -- cgit v1.2.3-54-g00ecf