]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo
authorChristoph Lauer <christoph.lauer@xtronic.de>
Wed, 13 Jul 2022 21:07:23 +0000 (23:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jul 2022 11:32:12 +0000 (12:32 +0100)
commitdc0f0413eabfd50f78d887f73f808d40a314fbd8
tree804c0f4ef62d5c6af100c14c8fb46439ca7db466
parentdab0d98eee0e196fb24c16334982b5d568caa313
package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo

Since commit d756b346f248df47b0540644adb1d0f17bcc4b6e kernel modules are stripped by the functions 'runstrip' and 'splitdebuginfo'. Signed modules must not be stripped. Function 'runstrip' avoids this by running is_kernel_module_signed. Apply the same check to splitdebuginfo.

(From OE-Core rev: 6859226652339b19cbc7bdfec074fe2016cdee60)

Signed-off-by: Christoph Lauer <christoph.lauer@xtronic.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass