]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel: skip installing fitImage when using Initramfs bundles
authorAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Thu, 10 Aug 2023 12:39:21 +0000 (14:39 +0200)
committerSteve Sakoman <steve@sakoman.com>
Sat, 12 Aug 2023 15:38:11 +0000 (05:38 -1000)
commitb70a8333a7467162b9d148b99f5970c0af2a531f
tree140bc96f06b3f50cc772742552ad9c24e17b989d
parent682e094e6af67e67873f7f08dd8d52b40fcdbded
kernel: skip installing fitImage when using Initramfs bundles

When including an initramfs bundle inside a FIT image, the fitImage is created
after the install task by do_assemble_fitimage_initramfs.

This happens after the generation of the initramfs bundle
(done by do_bundle_initramfs).

So, at the level of the install task we should not try to install the fitImage.
The fitImage is still not generated yet.

After the generation of the fitImage, the deploy task copies the fitImage from
the build directory to the deploy folder.

Change-Id: I3eaa6bba1412f388f710fa0f389f66631c1c4826
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1b67fd9ac74935fa41e960478c54e45422339138)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/kernel.bbclass