From: Adrian Freihofer Date: Mon, 27 Oct 2025 21:53:34 +0000 (+0100) Subject: uboot-config.bbclass: fix obsolete comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a511c29a8fb26cb583edd3fb9509f435c835c8c9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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