I'm trying to build a fit image for an ARM target and am struggling to 
configure kernel-fitimage in such a way that it includes zImage as the fitImage 
kernel instead of linux.bin.  zImage is significantly smaller than linux.bin 
and can be used on my system without needing to modify u-boot's 
CONFIG_SYS_BOOTM_LEN due to the large kernel size.

I've tried several permutations of the following settings in my machine.conf 
file without success:
KERNEL_CLASSES += "kernel-fitimage"
KERNEL_IMAGETYPE = "fitImage"
KERNEL_IMAGETYPES += "zImage"
KERNEL_IMAGETYPE_REPLACEMENT = "zImage"

I've also tried patterning my config on 
oe-core/meta/lib/oeqa/selftest/cases/fitimage.py which uses several 
combinations of the settings above.  In every case, linux.bin is the kernel 
included in the resulting fitImage.  Is there some combination of settings that 
will enable zImage in my fit image?

Thanks,
Dave
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176371): 
https://lists.openembedded.org/g/openembedded-core/message/176371
Mute This Topic: https://lists.openembedded.org/mt/96525244/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to