Re: [OE-core] [PATCH] module.bbclass: do not strip packages if modules signing is enabled

2019-08-08 Thread Dmitry Eremin-Solenikov
чт, 8 авг. 2019 г. в 14:44, Mittal, Anuj : > > On Thu, 2019-08-08 at 12:57 +0300, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Stripping kernel modules will also remove signature, thus we have to > > inhibit package striping in case modules signatures are enabled. > > > >

Re: [OE-core] [PATCH] module.bbclass: do not strip packages if modules signing is enabled

2019-08-08 Thread Mittal, Anuj
On Thu, 2019-08-08 at 12:57 +0300, dbarysh...@gmail.com wrote: > From: Dmitry Eremin-Solenikov > > Stripping kernel modules will also remove signature, thus we have to > inhibit package striping in case modules signatures are enabled. > Isn't this already being taken care of here: https://git.

[OE-core] [PATCH] module.bbclass: do not strip packages if modules signing is enabled

2019-08-08 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Stripping kernel modules will also remove signature, thus we have to inhibit package striping in case modules signatures are enabled. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/module.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta