From patchwork Mon Apr 16 23:13:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 1/1] hoblistmodel.py: description for selfcreated image Date: Mon, 16 Apr 2012 23:13:08 -0000 From: Elizabeth Flanagan X-Patchwork-Id: 25999 Message-Id: To: bitbake-devel@lists.openembedded.org The current description is empty. This adds a default description for hob's dummy_image. Signed-off-by: Beth Flanagan --- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py index e7836c5..3f53432 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,