On Sat, Oct 11, 2025 at 6:50 AM Kavinaya S via lists.openembedded.org <[email protected]> wrote: > > The uboot-mkimage supports various cmdline options such as -B, -E, -t, etc. > which can be useful for customizing the behavior of FIT image generation. > Allow passing these additional options to uboot-mkimage to provide > flexibility for platforms that require specific mkimage flags. > > To pass these extra options, define the variable UBOOT_MKIMAGE_EXTRA_OPTS > in your machine or local configuration. If this variable is not set, > the default behavior remains unchanged. > > Example: > UBOOT_MKIMAGE_EXTRA_OPTS = "-B 0x00001000 -E" > will result in the mkimage command being invoked as: > `mkimage -B 0x00001000 -E -f fitImage.its fitImage.itb`
This explains how to use it, but can you explain why you need to customize the mkimage process for generating fitimage? Thanks, Ricards
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227196): https://lists.openembedded.org/g/openembedded-core/message/227196 Mute This Topic: https://lists.openembedded.org/mt/115702440/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
