These patches are preparation for giving Yocto the ability to create FIT images containing an EFI application as kernel (so U-Boot can give the OS access to its EFI services while preserving other benefits of FIT image boot).
Support for actually replacing the kernel with a different file from the image deploy dir will be submitted as a separate series, but I'd like to get some less controversial changes out of the way first. Changes in v2: - Avoid shadowing os import (new patch 2/3, changes in patch 3/3) - Updated U-Boot git repository URL in commit message 1/3 Nora Schiffer (3): kernel-fit-image: make kernel entry point and load address optional kernel-fit-image: avoid shadowing os stdlib import kernel-fit-image: introduce FIT_OS variable to override 'os' field meta/classes-recipe/kernel-fit-image.bbclass | 3 +- meta/conf/image-fitimage.conf | 4 +++ meta/lib/oe/fitimage.py | 29 ++++++++++++-------- meta/lib/oeqa/selftest/cases/fitimage.py | 13 +++++++-- 4 files changed, 34 insertions(+), 15 deletions(-) -- TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider https://www.tq-group.com/
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241531): https://lists.openembedded.org/g/openembedded-core/message/241531 Mute This Topic: https://lists.openembedded.org/mt/120377173/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
