]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: Replace squashfs-lzma with squashfs-xz
authorMarc Ferland <ferlandm@sonatest.com>
Mon, 25 Mar 2013 20:45:24 +0000 (16:45 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Mar 2013 10:40:18 +0000 (10:40 +0000)
commitd915e2e084257830c43f7f21af3aec24b7e1a211
tree05195470fed978f4b2c8683272a241382d59aa09
parentf2463ce26706b971dad0116e8b92f9d55e945137
image_types.bbclass: Replace squashfs-lzma with squashfs-xz

Booting an image generated with squashfs-lzma results in a kernel
error: "Filesystem uses "lzma" compression. This is not supported".

Currently (well at least in Linux 3.8) the officially supported
decompressors are:
* LZO
* XZ
* ZLIB

This change makes sure we use a supported compression algorithm for
squashed root filesystems.

Signed-off-by: Marc Ferland <ferlandm@sonatest.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass