summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r--bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
index e1211bc6d3..dcf1334aac 100644
--- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
+++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
@@ -456,7 +456,6 @@ class ImageConfigurationPage (HobPage):
456 cnt = cnt + 1 456 cnt = cnt + 1
457 457
458 self.image_combo.append_text(self.__custom_image__) 458 self.image_combo.append_text(self.__custom_image__)
459 self.image_combo.append_text(self.builder.recipe_model.__custom_image__)
460 self.image_combo.append_text("--Separator--") 459 self.image_combo.append_text("--Separator--")
461 cnt = cnt + 3 460 cnt = cnt + 3
462 461
@@ -493,6 +492,7 @@ class ImageConfigurationPage (HobPage):
493 if image_name == selected_image: 492 if image_name == selected_image:
494 active = cnt 493 active = cnt
495 cnt = cnt + 1 494 cnt = cnt + 1
495 self.image_combo.append_text(self.builder.recipe_model.__custom_image__)
496 496
497 if self.custom_image_selected: 497 if self.custom_image_selected:
498 self.image_combo.append_text("--Separator--") 498 self.image_combo.append_text("--Separator--")