The kernel configuration requires lzma to compress the kernel image
(CONFIG_KERNEL_LZMA=y), so add a dependency on xz-native which provides
it.
Fixes [YOCTO #1728].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
inherit kernel
require recipes-kernel/linux/linux-yocto.inc
+# We need lzma (as CONFIG_KERNEL_LZMA=y)
+DEPENDS += "xz-native"
+
#KMACHINE = "yocto/standard/tiny/base"
KMACHINE = "yocto/standard/base"
KBRANCH = "${KMACHINE}"
SRCREV_machine ?= "8fd24b3570ab995848e4123ef13bac64e2c924be"
SRCREV_meta ?= "e559129b4a6f39f68b75141096b2d516cf7a7f35"
-PR = "r2"
+PR = "r3"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta \