diff options
author | Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2014-02-13 16:06:22 +0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-14 12:30:20 +0000 |
commit | 0db0bb61bfa2d17340f4052a40e7486f569ca727 (patch) | |
tree | b6d2360db0271babef858eee17266ebfea6731da /meta/lib/oe | |
parent | aed1f0cbac478768bd1b5cd6c12293c549121275 (diff) | |
download | poky-0db0bb61bfa2d17340f4052a40e7486f569ca727.tar.gz |
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>
Diffstat (limited to 'meta/lib/oe')
-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 |