From: Adrian Freihofer <[email protected]>

Currently, the kernel-fit-image class creates a strict 1-to-1 mapping between
DTB filenames and FIT configuration node names. This limitation becomes
problematic in several scenarios.

This patch series introduces a new FIT_CONF_MAPPINGS variable that provides
flexibility in naming and organizing FIT image configuration nodes for DTB 
files.
Two mapping types are implemented: dtb-conf (renames configuration nodes) and
dtb-extra-conf (creates additional configurations). The design allows for
additional mapping types in the future.

Adrian Freihofer (2):
  kernel-fitimage: Add FIT_CONF_MAPPINGS for flexible DTB configuration
  oe-selftest: fitimage: support FIT_CONF_MAPPINGS

 meta/classes-recipe/kernel-fit-image.bbclass |  2 +-
 meta/conf/image-fitimage.conf                | 12 +++
 meta/lib/oe/fitimage.py                      | 57 ++++++++++-
 meta/lib/oeqa/selftest/cases/fitimage.py     | 99 +++++++++++++++++++-
 4 files changed, 160 insertions(+), 10 deletions(-)

-- 
2.52.0

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

Reply via email to