compulab-yokneam / meta-bsp-imx8mm

16 stars 21 forks source link

"split_kernel_module_packages" removed from PACKAGESPLITFUNCS. #30

Open flobz opened 9 months ago

flobz commented 9 months ago

Hello, I wonder why you remove "split_kernel_module_packages" from PACKAGESPLITFUNCS. I there a particular reason ? https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/8da85dd85824218458219949e692bf5df12c873f/recipes-kernel/linux/linux-compulab_5.15.32.bb#L106

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

kkapranov commented 9 months ago

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 .