diff options
Diffstat (limited to 'meta/lib/oe/image.py')
| -rw-r--r-- | meta/lib/oe/image.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oe/image.py b/meta/lib/oe/image.py index 54f7c84cf7..c15296f5c0 100644 --- a/meta/lib/oe/image.py +++ b/meta/lib/oe/image.py | |||
| @@ -102,9 +102,6 @@ class Image(object): | |||
| 102 | # been created, so we add that explicit ordering here. | 102 | # been created, so we add that explicit ordering here. |
| 103 | addtypedepends("elf", "cpio.gz") | 103 | addtypedepends("elf", "cpio.gz") |
| 104 | 104 | ||
| 105 | # jffs2 sumtool'd images need jffs2 | ||
| 106 | addtypedepends("sum.jffs2", "jffs2") | ||
| 107 | |||
| 108 | # Filter out all the compressed images from alltypes | 105 | # Filter out all the compressed images from alltypes |
| 109 | for type in alltypes: | 106 | for type in alltypes: |
| 110 | basetype = None | 107 | basetype = None |
