[bitbake-devel,PATCH_V3,16/16] hob/imageconfigurationpage: changes to image combobox
Submitted by Cristiana Voicu on July 29, 2013, 12:59 p.m.
|
Patch ID: 54725
Details
Commit Message
@@ -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--")
Place the "Create your own image recipe" field to the end of the image recipes list. [YOCTO #4193] Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> --- bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)