All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ref-manual: document KERNEL_SPLIT_MODULES variable
@ 2025-06-05 14:03 Dixit Parmar
  2025-06-05 14:26 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 4+ messages in thread
From: Dixit Parmar @ 2025-06-05 14:03 UTC (permalink / raw)
  To: docs; +Cc: Dixit Parmar

This variable controls the kernel module spliting.

Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
---
 documentation/ref-manual/variables.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 9768d8f5b..2c23b6864 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5359,6 +5359,15 @@ system and gives an overview of their function and contents.
       the :term:`KERNEL_PATH` variable. Both variables are common variables
       used by external Makefiles to point to the kernel source directory.
 
+   :term:`KERNEL_SPLIT_MODULES`
+      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.
+      Default set to 1, one subpackage per module. Setting it to 0 will
+      generate a monolithic kernel-modules package containing all modules
+      built from the source.
+
    :term:`KERNEL_SRC`
       The location of the kernel sources. This variable is set to the value
       of the :term:`STAGING_KERNEL_DIR` within the :ref:`ref-classes-module`
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH 1/1] ref-manual: document KERNEL_SPLIT_MODULES variable
@ 2025-06-05 13:55 Dixit Parmar
  2025-06-05 13:58 ` [docs] " Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Dixit Parmar @ 2025-06-05 13:55 UTC (permalink / raw)
  To: docs; +Cc: Dixit Parmar

This variable controls the kernel module spliting.

Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
---
 documentation/ref-manual/variables.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 9768d8f5b..592401eb6 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5359,6 +5359,15 @@ system and gives an overview of their function and contents.
       the :term:`KERNEL_PATH` variable. Both variables are common variables
       used by external Makefiles to point to the kernel source directory.
 
+   :term:`KERNEL_SPLIT_MODULES`
+      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.
+      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.
+
    :term:`KERNEL_SRC`
       The location of the kernel sources. This variable is set to the value
       of the :term:`STAGING_KERNEL_DIR` within the :ref:`ref-classes-module`
-- 
2.43.0



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05 14:03 [PATCH 1/1] ref-manual: document KERNEL_SPLIT_MODULES variable Dixit Parmar
2025-06-05 14:26 ` [docs] " Quentin Schulz
2025-06-06  8:15   ` Antonin Godard
  -- strict thread matches above, loose matches on Subject: below --
2025-06-05 13:55 Dixit Parmar
2025-06-05 13:58 ` [docs] " Robert P. J. Day

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.