]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: fix installation of modules signing certificates
authorDmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
Sun, 28 Jul 2019 10:01:03 +0000 (13:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jul 2019 22:45:05 +0000 (23:45 +0100)
commit2527e731eba43bd36d0ea268aca6b03155376134
tree70be855a3ff4bc5043c0d85ea63e953d43300bce
parent07222d213d1da0ccade1c61ed19a7ecdc4966edd
kernel.bbclass: fix installation of modules signing certificates

If one has provided external key/certificate for modules signing, Kbuild
will skip creating signing_key.pem and will write only signing_key.x509
certificate. Thus we have to check for .x509 file existence rather than
.pem one.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass