fitimage.bbclass: fix configurations node naming

Similar to e152f01d, this fixes another occurence of the config section
name to contain the 'conf_prefix'.
Luckily, this one is only debug output.

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
This commit is contained in:
Enrico Jörns 2024-11-18 08:39:10 +01:00 committed by Khem Raj
parent 69dbad5529
commit 5bff8f5b3b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -290,7 +290,7 @@ def fitimage_emit_section_config(d, fd, dtb, kernelcount, ramdiskcount, setupcou
conf_default = None
conf_prefix = d.getVar('FITIMAGE_CONFIG_PREFIX') or ""
bb.note(f"Adding {dtb} section to ITS file")
bb.note(f"Adding {conf_prefix}{dtb} section to ITS file")
conf_desc="Linux kernel"
if dtb: