]> code.ossystems Code Review - openembedded-core.git/commit
kernel.fitimage.bbclass: remove ramdisk_ctype
authorHeiko Schocher <hs@denx.de>
Fri, 20 Sep 2019 04:48:26 +0000 (06:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:01:17 +0000 (13:01 +0100)
commitf963a51544a9a7b1abbaa87c95b3c0279847d697
tree0286a94442605bdb7058ae8c421e729625cd4e65
parent39f53aae947f08284bf4864934f62c33e4e9be3c
kernel.fitimage.bbclass: remove ramdisk_ctype

set in the ramdisk node the compression property
always to "none", as U-Boot nowadays since commit:

b1307f884a91 ("fit: Support compression for non-kernel components (e.g. FDT)")

decompress non kernel components. Setting compression
to the used comression algorithm now, will end in
fail of your kernel boot with the ramdisk.

This issue is fixed since commit:

bddd98573465 ("fit: Do not automatically decompress ramdisk images")

which now prints a warning in U-Boot, instead of decompressing
the ramdisk, but we should setup compression property correct.

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-fitimage.bbclass