Re: [OE-core] [PATCH] kernel-module-split.bbclass: fix autoloading from postinst script

2015-03-24 Thread Bruce Ashfield
On Mon, Mar 23, 2015 at 6:03 PM, Andreas Oberritter o...@opendreambox.org wrote: On 23.03.2015 21:51, Bruce Ashfield wrote: On Mon, Mar 23, 2015 at 11:39 AM, Andreas Oberritter o...@opendreambox.org wrote: When using KERNEL_MODULE_AUTOLOAD, autoload was empty, causing modprobe None to get

[OE-core] [PATCH] kernel-module-split.bbclass: fix autoloading from postinst script

2015-03-23 Thread Andreas Oberritter
When using KERNEL_MODULE_AUTOLOAD, autoload was empty, causing modprobe None to get appended to the postinst script. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/classes/kernel-module-split.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] kernel-module-split.bbclass: fix autoloading from postinst script

2015-03-23 Thread Andreas Oberritter
On 23.03.2015 21:51, Bruce Ashfield wrote: On Mon, Mar 23, 2015 at 11:39 AM, Andreas Oberritter o...@opendreambox.org wrote: When using KERNEL_MODULE_AUTOLOAD, autoload was empty, causing modprobe None to get appended to the postinst script. I stared at this a bit and it looks right to me,

Re: [OE-core] [PATCH] kernel-module-split.bbclass: fix autoloading from postinst script

2015-03-23 Thread Bruce Ashfield
On Mon, Mar 23, 2015 at 11:39 AM, Andreas Oberritter o...@opendreambox.org wrote: When using KERNEL_MODULE_AUTOLOAD, autoload was empty, causing modprobe None to get appended to the postinst script. I stared at this a bit and it looks right to me, but let me ask a question. Are you saying that