mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e8f38f022e
commit
f3321751d1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user