All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] documentation: add doc for KERNEL_SPLIT_MODULES
@ 2025-05-29  3:22 Dixit Parmar
  2025-06-02  9:27 ` [docs] " Quentin Schulz
  2025-06-04  6:33 ` Antonin Godard
  0 siblings, 2 replies; 6+ messages in thread
From: Dixit Parmar @ 2025-05-29  3:22 UTC (permalink / raw)
  To: docs; +Cc: Dixit Parmar

Add the missing documentation for the KERNEL_SPLIT_MODULES variable.

[ YOCTO #15771 ]

Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
---
 meta/conf/documentation.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 3dd7bce515..4c8becbdc2 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -252,6 +252,7 @@ KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded
 KERNEL_MODULE_PROBECONF[doc] = "Lists kernel modules for which the build system expects to find module_conf_* values that specify configuration for each of the modules"
 KERNEL_PACKAGE_NAME[doc] = "Name prefix for kernel packages. Defaults to 'kernel'."
 KERNEL_PATH[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)."
+KERNEL_SPLIT_MODULES[doc] = "Allow opt-out of split kernel modules. Default set to 1, one subpackage per module. Setting it 0 will generate a monolithic kernel-modules package containing all modules built from the source."
 KERNEL_SRC[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)."
 KERNEL_LOCALVERSION[doc] = "Appends a string to the name of the local version of the kernel image."
 KFEATURE_DESCRIPTION[doc] = "Provides a short description of a configuration fragment. You use this variable in the .scc file that describes a configuration fragment file."
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-06  8:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-29  3:22 [PATCH 1/1] documentation: add doc for KERNEL_SPLIT_MODULES Dixit Parmar
2025-06-02  9:27 ` [docs] " Quentin Schulz
2025-06-04  6:33 ` Antonin Godard
2025-06-05 12:18   ` Dixit Parmar
2025-06-06  8:07     ` [docs] " Antonin Godard
2025-06-05 13:36   ` Dixit Parmar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.