diff options
Diffstat (limited to 'bitbake/bin/image-writer')
| -rwxr-xr-x | bitbake/bin/image-writer | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/bin/image-writer b/bitbake/bin/image-writer index 0b9e4505ae..86c38b5769 100755 --- a/bitbake/bin/image-writer +++ b/bitbake/bin/image-writer | |||
| @@ -28,8 +28,10 @@ import gtk | |||
| 28 | import optparse | 28 | import optparse |
| 29 | import pygtk | 29 | import pygtk |
| 30 | 30 | ||
| 31 | from bb.ui.crumbs.hig import DeployImageDialog, ImageSelectionDialog, CrumbsMessageDialog | ||
| 32 | from bb.ui.crumbs.hobwidget import HobAltButton, HobButton | 31 | from bb.ui.crumbs.hobwidget import HobAltButton, HobButton |
| 32 | from bb.ui.crumbs.hig.crumbsmessagedialog import CrumbsMessageDialog | ||
| 33 | from bb.ui.crumbs.hig.deployimagedialog import DeployImageDialog | ||
| 34 | from bb.ui.crumbs.hig.imageselectiondialog import ImageSelectionDialog | ||
| 33 | 35 | ||
| 34 | # I put all the fs bitbake supported here. Need more test. | 36 | # I put all the fs bitbake supported here. Need more test. |
| 35 | DEPLOYABLE_IMAGE_TYPES = ["jffs2", "cramfs", "ext2", "ext3", "btrfs", "squashfs", "ubi", "vmdk"] | 37 | DEPLOYABLE_IMAGE_TYPES = ["jffs2", "cramfs", "ext2", "ext3", "btrfs", "squashfs", "ubi", "vmdk"] |
