Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/1] Hob: Add a description for creating own image
@ 2012-04-16 23:12 Beth Flanagan
  2012-04-16 23:13 ` [PATCH 1/1] hoblistmodel.py: description for selfcreated image Beth Flanagan
  0 siblings, 1 reply; 2+ messages in thread
From: Beth Flanagan @ 2012-04-16 23:12 UTC (permalink / raw)
  To: bitbake-devel

Hob's dummy_image ("Create your own image") has an empty desc. This patch
adds that description.

The following changes since commit a2280512b8a1f72be340799b4846a527f0c1892f:

  libzypp: add libproxy to DEPENDS (2012-04-16 23:30:49 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib eflanagan/bb_default_image
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bb_default_image

Beth Flanagan (1):
  hoblistmodel.py: description for selfcreated image

 bitbake/lib/bb/ui/crumbs/hoblistmodel.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] hoblistmodel.py: description for selfcreated image
  2012-04-16 23:12 [PATCH 0/1] Hob: Add a description for creating own image Beth Flanagan
@ 2012-04-16 23:13 ` Beth Flanagan
  0 siblings, 0 replies; 2+ messages in thread
From: Beth Flanagan @ 2012-04-16 23:13 UTC (permalink / raw)
  To: bitbake-devel

The current description is empty. This adds a default
description for hob's dummy_image.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
---
 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,
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-16 23:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 23:12 [PATCH 0/1] Hob: Add a description for creating own image Beth Flanagan
2012-04-16 23:13 ` [PATCH 1/1] hoblistmodel.py: description for selfcreated image Beth Flanagan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox