]> 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, 28 Jan 2019 16:56:32 +0000 (16:56 +0000)
commite35ced70ff3d9be4a94773df4f4558c677dcd9af
tree05260e28895691b15f73d8c01b114ae680c3f2cf
parent34efb674999781448411a04f876d6b3423ebe26c
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

(From OE-Core rev: 0f87f8522a2c1b5a7042738887952b98060fbd9d)

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