summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAdrian Freihofer <adrian.freihofer@siemens.com>2025-10-27 22:53:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-30 11:06:28 +0000
commitf3321751d154a4e444126428f3734cbe077ccb68 (patch)
tree837a0339105751aa4a3048fcb124b5869e48a9e6 /meta
parente8f38f022e8e30275f76c3692453f1a0b1b90f9b (diff)
downloadpoky-f3321751d154a4e444126428f3734cbe077ccb68.tar.gz
uboot-config.bbclass: fix obsolete comment
fitImage is no longer a supported KERNEL_IMAGETYPE. The comment is wrong. (From OE-Core rev: a511c29a8fb26cb583edd3fb9509f435c835c8c9) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-recipe/uboot-config.bbclass2
1 files changed, 1 insertions, 1 deletions
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 ??= ""
85UBOOT_MKIMAGE ?= "uboot-mkimage" 85UBOOT_MKIMAGE ?= "uboot-mkimage"
86UBOOT_MKIMAGE_SIGN ?= "${UBOOT_MKIMAGE}" 86UBOOT_MKIMAGE_SIGN ?= "${UBOOT_MKIMAGE}"
87 87
88# Signature activation - this requires KERNEL_IMAGETYPE = "fitImage" 88# Signature activation
89UBOOT_SIGN_ENABLE ?= "0" 89UBOOT_SIGN_ENABLE ?= "0"
90 90
91# Arguments passed to mkimage for signing 91# Arguments passed to mkimage for signing