diff options
author | Christoph Lauer <christoph.lauer@xtronic.de> | 2022-07-13 23:07:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-15 12:33:21 +0100 |
commit | a508d0cf1b96c83f48a7ad017b1bb4db08738a16 (patch) | |
tree | 4fb639e0500914f7fa60fc1f2728d021124de1ba /meta/lib | |
parent | e1346989da5e25ba0f842626264146f696187e53 (diff) | |
download | poky-a508d0cf1b96c83f48a7ad017b1bb4db08738a16.tar.gz |
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)
(From OE-Core rev: dc0f0413eabfd50f78d887f73f808d40a314fbd8)
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>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions