summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2012-03-13 14:32:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-15 10:35:16 +0000
commit552672abba5e0e1909178f4e40e190a84d1979d9 (patch)
tree514acf13e59492fba9a45df1f23581181c9e0dac /bitbake/lib/bb/ui/crumbs/hoblistmodel.py
parent1dd648e9419501b911cd1d9a0d335ff3cfc8683a (diff)
downloadpoky-552672abba5e0e1909178f4e40e190a84d1979d9.tar.gz
Hob: Remove the indication in machine/base image combobox
Remove the "--select a machine--" prompt in machine selection. Also change "--select a base image--" to "Start from scratch" for base image selection. (Bitbake rev: ac36d218ed6793d6fbf3edfadaf193629ea1e46d) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hoblistmodel.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hoblistmodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
index 037882814f..c19aaa8191 100644
--- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
@@ -422,7 +422,7 @@ class RecipeListModel(gtk.ListStore):
422 """ 422 """
423 (COL_NAME, COL_DESC, COL_LIC, COL_GROUP, COL_DEPS, COL_BINB, COL_TYPE, COL_INC, COL_IMG, COL_INSTALL, COL_PN) = range(11) 423 (COL_NAME, COL_DESC, COL_LIC, COL_GROUP, COL_DEPS, COL_BINB, COL_TYPE, COL_INC, COL_IMG, COL_INSTALL, COL_PN) = range(11)
424 424
425 __dummy_image__ = "--select a base image--" 425 __dummy_image__ = "Start from scratch"
426 426
427 __gsignals__ = { 427 __gsignals__ = {
428 "recipelist-populated" : (gobject.SIGNAL_RUN_LAST, 428 "recipelist-populated" : (gobject.SIGNAL_RUN_LAST,