From a511c29a8fb26cb583edd3fb9509f435c835c8c9 Mon Sep 17 00:00:00 2001 From: Adrian Freihofer Date: Mon, 27 Oct 2025 22:53:34 +0100 Subject: [PATCH] uboot-config.bbclass: fix obsolete comment fitImage is no longer a supported KERNEL_IMAGETYPE. The comment is wrong. Signed-off-by: Adrian Freihofer Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/classes-recipe/uboot-config.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/uboot-config.bbclass b/meta/classes-recipe/uboot-config.bbclass index eb82dd3583..fd6c045142 100644 --- a/meta/classes-recipe/uboot-config.bbclass +++ b/meta/classes-recipe/uboot-config.bbclass @@ -85,7 +85,7 @@ SPL_MKIMAGE_DTCOPTS ??= "" UBOOT_MKIMAGE ?= "uboot-mkimage" UBOOT_MKIMAGE_SIGN ?= "${UBOOT_MKIMAGE}" -# Signature activation - this requires KERNEL_IMAGETYPE = "fitImage" +# Signature activation UBOOT_SIGN_ENABLE ?= "0" # Arguments passed to mkimage for signing -- 2.47.3