diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobwidget.py')
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index d10c56b69d..7c23440630 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py | |||
| @@ -63,35 +63,6 @@ class hic: | |||
| 63 | ICON_INDI_TICK_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/tick.png')) | 63 | ICON_INDI_TICK_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/tick.png')) |
| 64 | ICON_INDI_INFO_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/info.png')) | 64 | ICON_INDI_INFO_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/info.png')) |
| 65 | 65 | ||
| 66 | class hcc: | ||
| 67 | |||
| 68 | SUPPORTED_IMAGE_TYPES = { | ||
| 69 | "jffs2" : ["jffs2"], | ||
| 70 | "sum.jffs2" : ["sum.jffs2"], | ||
| 71 | "cramfs" : ["cramfs"], | ||
| 72 | "ext2" : ["ext2"], | ||
| 73 | "ext2.gz" : ["ext2.gz"], | ||
| 74 | "ext2.bz2" : ["ext2.bz2"], | ||
| 75 | "ext3" : ["ext3"], | ||
| 76 | "ext3.gz" : ["ext3.gz"], | ||
| 77 | "ext2.lzma" : ["ext2.lzma"], | ||
| 78 | "btrfs" : ["btrfs"], | ||
| 79 | "live" : ["hddimg", "iso"], | ||
| 80 | "squashfs" : ["squashfs"], | ||
| 81 | "squashfs-lzma" : ["squashfs-lzma"], | ||
| 82 | "ubi" : ["ubi"], | ||
| 83 | "tar" : ["tar"], | ||
| 84 | "tar.gz" : ["tar.gz"], | ||
| 85 | "tar.bz2" : ["tar.bz2"], | ||
| 86 | "tar.xz" : ["tar.xz"], | ||
| 87 | "cpio" : ["cpio"], | ||
| 88 | "cpio.gz" : ["cpio.gz"], | ||
| 89 | "cpio.xz" : ["cpio.xz"], | ||
| 90 | "vmdk" : ["vmdk"], | ||
| 91 | "cpio.lzma" : ["cpio.lzma"], | ||
| 92 | "elf" : ["elf"], | ||
| 93 | } | ||
| 94 | |||
| 95 | class HobViewTable (gtk.VBox): | 66 | class HobViewTable (gtk.VBox): |
| 96 | """ | 67 | """ |
| 97 | A VBox to contain the table for different recipe views and package view | 68 | A VBox to contain the table for different recipe views and package view |
