Skip to content

Commit

Permalink
linux: fix KERNEL_MODULE_AUTOLOAD variable ignored
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
flobz authored and Florian Bezannier committed Oct 3, 2023
1 parent 2d8f018 commit 83df2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-compulab_5.15.32.bb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ do_kernel_localversion:prepend() {
PACKAGES =+ "linux-compulab-headers"
FILES:linux-compulab-headers = "${exec_prefix}/src/linux*"

PACKAGESPLITFUNCS:remove = "split_kernel_module_packages"
KERNEL_SPLIT_MODULES = "0"

FILES:${KERNEL_PACKAGE_NAME}-modules = "/lib/modules/ /etc/"

Expand Down

0 comments on commit 83df2e5

Please sign in to comment.