aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/image.py')
-rw-r--r--meta/lib/oe/image.py3
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):
# been created, so we add that explicit ordering here.
addtypedepends("elf", "cpio.gz")
- # jffs2 sumtool'd images need jffs2
- addtypedepends("sum.jffs2", "jffs2")
-
# Filter out all the compressed images from alltypes
for type in alltypes:
basetype = None