From 5bff8f5b3b1103b73a0e775a6c2a71c18339e130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20J=C3=B6rns?= Date: Mon, 18 Nov 2024 08:39:10 +0100 Subject: [PATCH] fitimage.bbclass: fix configurations node naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-oe/classes/fitimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/classes/fitimage.bbclass b/meta-oe/classes/fitimage.bbclass index 54bb704ab5..5d70b1d85b 100644 --- a/meta-oe/classes/fitimage.bbclass +++ b/meta-oe/classes/fitimage.bbclass @@ -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: