]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel.bbclass: add lzop dependency
authorTrevor Woerner <twoerner@gmail.com>
Mon, 1 Aug 2016 12:32:53 +0000 (08:32 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 08:36:17 +0000 (09:36 +0100)
If the initramfs image is type lzo, then a native lzop is needed.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel.bbclass

index fa76a14863a5551a010f02b286df4d53c372bffc..db42744527682db6e14d8ab0b3a5c1c108c1a49f 100644 (file)
@@ -1,7 +1,7 @@
 inherit linux-kernel-base kernel-module-split
 
 PROVIDES += "virtual/kernel"
-DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross bc-native"
+DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross bc-native lzop-native"
 
 S = "${STAGING_KERNEL_DIR}"
 B = "${WORKDIR}/build"