summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Flanagan <elizabeth.flanagan@intel.com>2012-04-16 16:13:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 11:40:58 +0100
commit68a65e5eeeb01d78444f1e5b5d1bb7b21c9d0b2c (patch)
tree560b0719ef54166c0226054b4a547176aac763d4
parentea37272ccc28d6e24b48286e5c4c3edbad1d57cd (diff)
downloadbitbake-68a65e5eeeb01d78444f1e5b5d1bb7b21c9d0b2c.tar.gz
hoblistmodel.py: description for selfcreated image
The current description is empty. This adds a default description for hob's dummy_image. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/ui/crumbs/hoblistmodel.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/hoblistmodel.py b/lib/bb/ui/crumbs/hoblistmodel.py
index e7836c550..3f534328a 100644
--- a/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/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,