mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
69dbad5529
commit
5bff8f5b3b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user