Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-07-22 Thread Martin Jansa
On Mon, Jun 23, 2014 at 06:54:57PM -0400, Denys Dmytriyenko wrote: Sorry for the delay... On Tue, Jun 17, 2014 at 05:46:58PM +0100, Richard Purdie wrote: On Tue, 2014-06-17 at 14:53 +, Hart, Darren wrote: Adding Scott R. I do need to sort out a documentation update. I was

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-23 Thread Denys Dmytriyenko
Sorry for the delay... On Tue, Jun 17, 2014 at 05:46:58PM +0100, Richard Purdie wrote: On Tue, 2014-06-17 at 14:53 +, Hart, Darren wrote: Adding Scott R. I do need to sort out a documentation update. I was just looking into that. It appears the ref-manual.html is the place to

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-17 Thread Hart, Darren
On 6/13/14, 12:13, Denys Dmytriyenko de...@denix.org wrote: On Fri, Jun 13, 2014 at 03:02:05PM -0400, Bruce Ashfield wrote: On Fri, Jun 13, 2014 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current module_autoload_* and module_conf_* variables are error both

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-17 Thread Richard Purdie
On Tue, 2014-06-17 at 14:53 +, Hart, Darren wrote: Adding Scott R. I do need to sort out a documentation update. I was just looking into that. It appears the ref-manual.html is the place to update. The glossary has a module_autoload definition, which I suppose needs to be replaced with

[OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-13 Thread Richard Purdie
The current module_autoload_* and module_conf_* variables are error both ugly and error prone. They aren't registered in the task checksums so changes to them aren't reflected in the build. This turns out to be near impossible to fix with the current variable format in any sensible way :(. This

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-13 Thread Bruce Ashfield
On Fri, Jun 13, 2014 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current module_autoload_* and module_conf_* variables are error both ugly and error prone. They aren't registered in the task checksums so changes to them aren't reflected in the build. This turns out

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-13 Thread Denys Dmytriyenko
On Fri, Jun 13, 2014 at 03:02:05PM -0400, Bruce Ashfield wrote: On Fri, Jun 13, 2014 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current module_autoload_* and module_conf_* variables are error both ugly and error prone. They aren't registered in the task

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-13 Thread Martin Jansa
On Fri, Jun 13, 2014 at 03:02:05PM -0400, Bruce Ashfield wrote: On Fri, Jun 13, 2014 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current module_autoload_* and module_conf_* variables are error both ugly and error prone. They aren't registered in the task