mbox series

[v4,0/4] Make signed kernel modules stripped

Message ID 20260822002601.90667-1-anis.bougrine10@gmail.com
Headers show
Series Make signed kernel modules stripped | expand

Message

Anis Bougrine Aug. 22, 2026, 12:25 a.m. UTC
- Re-sign modules after the package stripping process.
- Remove the package-stripping skip for signed modules from package.py.
- Add MOD_INSTALL_PREFIX variable

Note that this v4 patch drops v3 patch and its relative which have been merged to master-next:
3e34657 kernel.bbclass: add strip process for signed kernel modules
ffc6d51 package: extract debug sources from signed kernel modules

Anis Bougrine (4):
  kernel.bbclass: re-sign kernel modules after package stripping process
  package.py: remove stripping and splitting skip for signed kernel
    modules
  kernel: centralize kernel module installation path in one variable
  documentation.conf: add documentation for MOD_INSTALL_PREFIX variable

 .../kernel-module-split.bbclass               | 23 ++++++++++++++++
 meta/classes-recipe/kernel.bbclass            | 13 +++++-----
 meta/conf/documentation.conf                  |  1 +
 meta/lib/oe/package.py                        | 26 +++----------------
 4 files changed, 34 insertions(+), 29 deletions(-)