]> code.ossystems Code Review - openembedded-core.git/commit
kernel-fitimage.bbclass: Don't assume KERNEL_IMAGETYPE == fitImage
authorNathan Rossi <nathan@nathanrossi.com>
Fri, 21 Oct 2016 12:07:28 +0000 (22:07 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:41 +0000 (22:45 +0000)
commit81caed2b7071ffc9ed8077d7d76952f2a2a4713d
treed170c962987e6828b174623128d1556dde156409
parent941b6ce3b297ed83f1c05dd76bfeefbf93482e6f
kernel-fitimage.bbclass: Don't assume KERNEL_IMAGETYPE == fitImage

The name of the output image for a fitImage that contains a ramdisk
should match the same as for the fitImage that does not contain a
ramdisk. As such it should not be assumed that KERNEL_IMAGETYPE is
"fitImage". This change explicitly sets the name of the output
ramdisk/initramfs to start with fitImage as does the non-ramdisk output.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel-fitimage.bbclass