Re: [OE-core] [PATCH] package: skip strip on signed kernel modules

2018-08-06 Thread Burton, Ross
On 3 August 2018 at 23:37, Victor Kamensky via Openembedded-core wrote: >> Yes, we would like to keep the symbols on a signed kernel module. >> >> Andre shared this link: >> https://www.kernel.org/doc/html/v4.17/admin-guide/module-signing.html#signed-modules-and-stripping >> , from conversation

Re: [OE-core] [PATCH] package: skip strip on signed kernel modules

2018-08-03 Thread Victor Kamensky via Openembedded-core
t accepted by oe.utils.multiprocess, still getting familiar with OE -Original Message- From: Victor Kamensky [mailto:kamen...@cisco.com] Sent: Friday, August 3, 2018 3:28 PM To: Ocampo Coronado, Omar Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] package: skip strip on sig

Re: [OE-core] [PATCH] package: skip strip on signed kernel modules

2018-08-03 Thread Ocampo Coronado, Omar
-core] [PATCH] package: skip strip on signed kernel modules On Fri, 3 Aug 2018, omar.ocampo.coron...@intel.com wrote: > From: foocampo > > Executing strip action on kernel modules removes the signature. > Is not possible to strip and keep the signature, therefore avoid strip >

Re: [OE-core] [PATCH] package: skip strip on signed kernel modules

2018-08-03 Thread Victor Kamensky via Openembedded-core
On Fri, 3 Aug 2018, omar.ocampo.coron...@intel.com wrote: From: foocampo Executing strip action on kernel modules removes the signature. Is not possible to strip and keep the signature, therefore avoid strip signed kernel modules. Signed-off-by: foocampo --- meta/lib/oe/package.py | 10

[OE-core] [PATCH] package: skip strip on signed kernel modules

2018-08-03 Thread omar . ocampo . coronado
From: foocampo Executing strip action on kernel modules removes the signature. Is not possible to strip and keep the signature, therefore avoid strip signed kernel modules. Signed-off-by: foocampo --- meta/lib/oe/package.py | 10 ++ 1 file changed, 10 insertions(+) diff --git