]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
linux-fitimage: sign setup sections
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Mon, 10 Mar 2025 09:35:44 +0000 (10:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2025 11:20:32 +0000 (11:20 +0000)
commit8bf6a9c07cdde8fc8bbd4bb61a4886ccc02a570f
treee82b2d015321d010c50c20aa28230fa0b509fd97
parent95e26e937b37c02646c2481915ddba616fe754ba
linux-fitimage: sign setup sections

If FIT_SIGN_INDIVIDUAL is set to “1”, a signature section is added
to all screen sections, but not to the setup section. To match the setup
section with all other sections, the signature is also added. This also
helps to implement the associated tests generically.

This change is intended to make the code more consistent. However, it is
not intended to make the FIT_SIGN_INDIVIDUAL function more popular.
Technically, it would be better to remove the signature from all other
image sections and discard the FIT_SIGN_INDIVIDUAL function, the use of
which is no longer recommended anyway.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel-fitimage.bbclass