bitbake: hob/imageconfigurationpage: changes to image combobox

Place the "Create your own image recipe" field to the
end of the image recipes list.

[YOCTO #4193]
(Bitbake rev: 288bbda31164efffd07a370a728a7682db775c08)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristiana Voicu 2013-07-25 08:25:29 +00:00 committed by Richard Purdie
parent 4182c53e56
commit e76fdac6f1
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,6 @@ class ImageConfigurationPage (HobPage):
cnt = cnt + 1
self.image_combo.append_text(self.__custom_image__)
self.image_combo.append_text(self.builder.recipe_model.__custom_image__)
self.image_combo.append_text("--Separator--")
cnt = cnt + 3
@ -493,6 +492,7 @@ class ImageConfigurationPage (HobPage):
if image_name == selected_image:
active = cnt
cnt = cnt + 1
self.image_combo.append_text(self.builder.recipe_model.__custom_image__)
if self.custom_image_selected:
self.image_combo.append_text("--Separator--")