kernel.bbclass: Use lzma not lzmash for decompressing
authorPhil Blundell <pb@pbcl.net>
Fri, 15 Nov 2013 13:31:01 +0000 (13:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Nov 2013 14:03:28 +0000 (14:03 +0000)
commit7c371b7af03005006251e357c2b0725fca07942f
tree761a45e90169ea6efe35d5b0071a254e162a1925
parentb919a077e6d7c4ae3e40596d76afc63ff7d6fd00
kernel.bbclass: Use lzma not lzmash for decompressing

If kernel_do_compile() encounters a .lzma image for the initramfs, it
attempts to decompress it using the little-known "lzmash" utility.  This
may not be present, which will cause the build to fail.

Fortunately, it appears that the more mainstream "lzma" tool is
compatible so we can use that one instead.

(From OE-Core rev: f7a04cbdee67675ff6a8787709f3a312dc25bfec)

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass