Hello List, I am using openembedded-core for building Linux image and I am facing issue while trying to generate initramfs bundle.
I have used INITRAMFS_IMAGE_BUNDLE = "1" and also MACHINE_FEATURES += "fit" I get error in Kernel do_install task install: cannot stat 'fitImage': No such file or directory I found out that do_assemble_fitimage task gets removed when INITRAMFS_IMAGE_BUNDLE is set to 1 - https://git.openembedded.org/openembedded-core/tree/meta/classes/kernel-fitimage.bbclass?h=kirkstone#n807 ( https://lists.openembedded.org/g/-%20https:/git.openembedded.org/openembedded-core/tree/meta/classes/kernel-fitimage.bbclass?h=kirkstone#n807 ) I want to generate initramfs images for images mentioned in KERNEL_IMAGETYPES variable such that I should get uImage-initramfs-<machine-name>.bin, Image-initramfs-<machine-name>.bin. Can anyone please help in this regard?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#201026): https://lists.openembedded.org/g/openembedded-core/message/201026 Mute This Topic: https://lists.openembedded.org/mt/106799779/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
