diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hig.py')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hig.py b/bitbake/lib/bb/ui/crumbs/hig.py index 7c9e73fdf9..f64f1be46c 100644 --- a/bitbake/lib/bb/ui/crumbs/hig.py +++ b/bitbake/lib/bb/ui/crumbs/hig.py | |||
@@ -1210,7 +1210,7 @@ class ImageSelectionDialog (CrumbsDialog): | |||
1210 | if f.endswith('.' + real_image_type): | 1210 | if f.endswith('.' + real_image_type): |
1211 | imageset.add(f.rsplit('.' + real_image_type)[0].rsplit('.rootfs')[0]) | 1211 | imageset.add(f.rsplit('.' + real_image_type)[0].rsplit('.rootfs')[0]) |
1212 | self.image_list.append(f) | 1212 | self.image_list.append(f) |
1213 | 1213 | ||
1214 | for image in imageset: | 1214 | for image in imageset: |
1215 | self.image_store.set(self.image_store.append(), 0, image, 1, False) | 1215 | self.image_store.set(self.image_store.append(), 0, image, 1, False) |
1216 | 1216 | ||