From 0db0bb61bfa2d17340f4052a40e7486f569ca727 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Thu, 13 Feb 2014 16:06:22 +0400 Subject: image_types: sum.jffs2 is replaced by jffs2.sum Previous commit added support for sum 'compression' (rather postprocessing) of jffs2 images. Drop support for sum.jffs2 image type. (From OE-Core rev: 295c6c1452c8789a8b1d0090ff09a5cd7cf16507) Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Richard Purdie --- meta/lib/oe/image.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/lib/oe') 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 -- cgit v1.2.3-54-g00ecf