]> code.ossystems Code Review - openembedded-core.git/commit
package: skip strip on signed kernel modules
authorfoocampo <omar.ocampo.coronado@intel.com>
Sat, 4 Aug 2018 00:47:40 +0000 (19:47 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Aug 2018 22:47:47 +0000 (23:47 +0100)
commit4c47e5f171fa2603355e2f9183065ce8137a18c7
treece8582d29159692a4ffca4b10628a790a42adc52
parentb8d5811b7306025bb8b2b7efd42eddb864584ba6
package: skip strip on signed kernel modules

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: Omar Ocampo <omar.ocampo.coronado@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package.py