Message ID | 20211227185854.1125884-1-robert.joslyn@redrectangle.org |
---|---|
State | Accepted |
Commit | 5720fb534dc343675f8be6369b9661512e3968f2 |
Headers | show |
Series | ref-manual: Fix module_conf typo | expand |
Hi Robert, On 12/27/21 19:58, Robert Joslyn wrote: > Modules specified as part of module_conf must be listed in > KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD. > > Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Thanks! Quentin
Robert, Quentin, On 1/3/22 12:33 PM, Quentin Schulz wrote: > Hi Robert, > > On 12/27/21 19:58, Robert Joslyn wrote: >> Modules specified as part of module_conf must be listed in >> KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD. >> >> Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> > > Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Thanks for the patch and the review! Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> ... and merged into master-next. Thanks again Michael.
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index e5216b3f3..59d98927e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -4734,7 +4734,7 @@ system and gives an overview of their function and contents. configuration file, a distribution configuration file, an append file for the recipe, or the recipe itself). If you use this variable, you must also be sure to list the module name in the - :term:`KERNEL_MODULE_AUTOLOAD` + :term:`KERNEL_MODULE_PROBECONF` variable. Here is the general syntax::
Modules specified as part of module_conf must be listed in KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)