Re: [OE-core] [warrior][PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-10-12 Thread Dmitry Eremin-Solenikov
сб, 12 окт. 2019 г. в 19:57, akuster808 : > > > > On 10/11/19 1:16 AM, Nicolas Dechesne wrote: > > From: Dmitry Eremin-Solenikov > > > > If one has provided external key/certificate for modules signing, Kbuild > > will skip creating signing_key.pem and will write only signing_key.x509 > >

Re: [OE-core] [warrior][PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-10-12 Thread akuster808
On 10/11/19 1:16 AM, Nicolas Dechesne wrote: > From: Dmitry Eremin-Solenikov > > 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

[OE-core] [warrior][PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-10-11 Thread Nicolas Dechesne
From: Dmitry Eremin-Solenikov 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