summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hig.py
diff options
context:
space:
mode:
authorLiming An <limingx.l.an@intel.com>2012-06-04 18:52:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 12:13:15 +0100
commite91f1e28bc1742f010225c49410e49b1257c15c7 (patch)
treecdeaf695ae78a191e8685ac2c8ac530f3d827be8 /bitbake/lib/bb/ui/crumbs/hig.py
parentc0b92702d367466641f88371fbcbc0fdebdbbb96 (diff)
downloadpoky-e91f1e28bc1742f010225c49410e49b1257c15c7.tar.gz
Hob: Change 'run image' work flow and image detail screen as ui design
Added the qemu_image_kernel selection view box to image detail screen GUI, and changed the 'run image' button clicked work flow. [YOCTO #2155] (Bitbake rev: d548eb8a03cfba5c64c018898972bc0a0bdb280c) Signed-off-by: Liming An <limingx.l.an@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hig.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hig.py2
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