diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobprefs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobprefs.py b/bitbake/lib/bb/ui/crumbs/hobprefs.py index e01a2662fc..ab2f0d87fe 100644 --- a/bitbake/lib/bb/ui/crumbs/hobprefs.py +++ b/bitbake/lib/bb/ui/crumbs/hobprefs.py | |||
@@ -210,7 +210,8 @@ class HobPrefs(gtk.Dialog): | |||
210 | label.show() | 210 | label.show() |
211 | hbox.pack_start(label, expand=False, fill=False, padding=6) | 211 | hbox.pack_start(label, expand=False, fill=False, padding=6) |
212 | self.package_combo = gtk.combo_box_new_text() | 212 | self.package_combo = gtk.combo_box_new_text() |
213 | self.package_combo.set_tooltip_text("Select the package format you would like to use in your image") | 213 | self.package_combo.set_tooltip_text("""The package format is that used in creation |
214 | of the root filesystem and also dictates the package manager used in your image""") | ||
214 | self.package_combo.show() | 215 | self.package_combo.show() |
215 | hbox.pack_start(self.package_combo, expand=False, fill=False, padding=6) | 216 | hbox.pack_start(self.package_combo, expand=False, fill=False, padding=6) |
216 | # Image output type selector | 217 | # Image output type selector |