]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Fix incorrect deploying of fitimage.initramfs
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Thu, 3 Jan 2019 16:53:22 +0000 (08:53 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jan 2019 10:54:01 +0000 (10:54 +0000)
commit0f87f8522a2c1b5a7042738887952b98060fbd9d
tree8dd5154f2961c525b0d9535c3406f18607b6035c
parent326220267ffc43ec1f507ad0cc47ac59caafd5b7
kernel.bbclass: Fix incorrect deploying of fitimage.initramfs

When kernel-fitimage and initramfs is enabled using
INITRAMFS_IMAGE_BUNDLE = "1", kernel do_deploy tries to deploy
fitImage.initramfs with following error

| install: cannot stat 'arch/arm64/boot/fitImage.initramfs': No such
file or directory

Skip deploying fitimage.initramfs, since fitimage does not
create fitimage.initramfs

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass