compulab-yokneam/meta-bsp-imx8mm

"split_kernel_module_packages" removed from PACKAGESPLITFUNCS.

Opened this issue · 1 comments

Hello,
I wonder why you remove "split_kernel_module_packages" from PACKAGESPLITFUNCS.
I there a particular reason ?

PACKAGESPLITFUNCS:remove = "split_kernel_module_packages"

This function is mandatory so that KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF works.
Thanks for your help.

Hello Florian,

There was the following reason: kernel modules, split to half-thousand of separate packages increases the time, required for Debian image assembling; being packed into a single package all modules were installed far faster.

Since this is the only reason, don't hesitate to roll back the mentioned change .