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:55 +0000 (10:40 +0000)
commitc67c1764cfab7ee3274f36239b5b545f749cfde8
tree692bb1edb7d462948a6e8191acc7b6474eae8021
parent62497eba6d7c31943cad3fe2a26132089f6760ef
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.

(From OE-Core rev: d915e2e084257830c43f7f21af3aec24b7e1a211)

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