]> code.ossystems Code Review - openembedded-core.git/commit
Allow opt-out of split kernel modules
authorZoltán Böszörményi <zboszor@gmail.com>
Mon, 23 Aug 2021 14:54:48 +0000 (16:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Aug 2021 10:53:22 +0000 (11:53 +0100)
commit4b13409d82e9d576e32b978f7a42a143127ab894
tree24c9cae13f2bdb6cc2e2698a493773c3062c2f00
parent796d4661a6121dba878c29d2388258c795be3aeb
Allow opt-out of split kernel modules

For some use cases, a monolithic kernel-modules package containing
all modules built from the kernel sources may be preferred.
For one, download time is shorter and installation time is faster.

Set KERNEL_SPLIT_MODULES="0" for this in. The default is one subpackage
per module.

Also, adapt kernel.bbclass to KERNEL_SPLIT_MODULES != "1" case
Extra RDEPENDS and other inter-package references are needed in
this case.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-module-split.bbclass
meta/classes/kernel.bbclass