compulab-yokneam / meta-bsp-imx8mm

16 stars 21 forks source link

linux: fix KERNEL_MODULE_AUTOLOAD variable ignored #31

Open flobz opened 9 months ago

flobz commented 9 months ago

fix: https://github.com/compulab-yokneam/meta-bsp-imx8mm/issues/30 Replacing PACKAGESPLITFUNCS:prepend = "split_kernel_module_packages " by KERNEL_SPLIT_MODULES = "0" allow to keep one kernel package with all the modules (for performance) but don't ignore KERNEL_MODULE_AUTOLOAD variable.