]> code.ossystems Code Review - openembedded-core.git/commit
image_types bbclass: use compression framework for jffs2 sum images
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Thu, 13 Feb 2014 12:06:21 +0000 (16:06 +0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Feb 2014 12:30:06 +0000 (12:30 +0000)
commit2a15a364fdf85b0b18ba63fdb2a745a52b96478e
tree77b8646a1f7456bec4adfdd94fea40066786a854
parent3ca11e4c5efcccfa06b4109e69ce7d42d02ce8e4
image_types bbclass: use compression framework for jffs2 sum images

I got hit by a missing dependency in generation of sum.jffs2 images - at
runtime, when images are generated using bitbake pool, it is possible
for sum.jffs2 image to be scheduled for generation before jffs2 image is
fully generated.

Insted of adding additional hacks, reimplement sum.jffs2 generation as a
compression scheme on top of plain jffs2 images. For now support for
sum.jffs2 images is left in, it will be removed by the subsequent
commit.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass