mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
kernel-fitimage.bbclass: add padding algorithm property in config nodes
This allows choosing padding algorithm when building fitImage. It may be pkcs-1.5 or pss. (From OE-Core rev: 149f61eef11b2e1e20aabed7054df237272ad7f4) Signed-off-by: LUIS ENRIQUEZ <luis.enriquez@se.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 29d5336c728b28890bbaadebf0ccff00ad90a64d) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ce82f937d8
commit
b7d5addf56
@@ -73,6 +73,9 @@ UBOOT_FIT_HASH_ALG ?= "sha256"
|
||||
FIT_SIGN_ALG ?= "rsa2048"
|
||||
UBOOT_FIT_SIGN_ALG ?= "rsa2048"
|
||||
|
||||
# Kernel / U-Boot fitImage Padding Algo
|
||||
FIT_PAD_ALG ?= "pkcs-1.5"
|
||||
|
||||
# Generate keys for signing Kernel / U-Boot fitImage
|
||||
FIT_GENERATE_KEYS ?= "0"
|
||||
UBOOT_FIT_GENERATE_KEYS ?= "0"
|
||||
|
||||
Reference in New Issue
Block a user