Re: [OE-core] [PATCH v4 1/2] package.py: strip_execs: Support for .ko modules

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 16:13 +0200, Tobias Hagelborn wrote: > * Support stripping of .ko modules verifying file extension and >   check of content "vermagic=" > * Minor refactoring (removing lint errors) Please don't do this. If you want to do "lint" cleanups please do it in a separate patch. I can

[OE-core] [PATCH v4 1/2] package.py: strip_execs: Support for .ko modules

2017-08-24 Thread Tobias Hagelborn
* Support stripping of .ko modules verifying file extension and check of content "vermagic=" * Minor refactoring (removing lint errors) Signed-off-by: Tobias Hagelborn --- meta/lib/oe/package.py | 44 +--- 1 file changed, 25 insertions(+), 19 deletions(-