1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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 <dmitry_eremin@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dmitry Eremin-Solenikov
2014-02-13 16:06:22 +04:00
committed by Richard Purdie
parent aed1f0cbac
commit 0db0bb61bf
2 changed files with 1 additions and 6 deletions
-3
View File
@@ -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