]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel-fit-image: Split signing variables
authorRyan Eatmon <reatmon@ti.com>
Mon, 20 Oct 2025 14:49:32 +0000 (09:49 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Oct 2025 11:37:39 +0000 (11:37 +0000)
commit313ff06fdfec36a09328dbd60471bd53127fabe3
tree653c256d6d320ce2591773bdce9731b93e3c535d
parent7cadbd1a22e18847d03b5baa902f5581d3e0aafa
kernel-fit-image: Split signing variables

Right now all signing is done with a single variable: UBOOT_SIGN_ENABLE.
This has the side effect of not allowing for signing the fitImage while
not signing the uboot files.

This patch creates three new variables specific to FIT_KERNEL and
defaults them to the corresponding UBOOT variables.  That way all
existing code will remain the same, but we can selectively control just
signing the fitImage without also signing the uboot files.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel-fit-image.bbclass