Re: [yocto] using module_autoload

2013-05-30 Thread Katu Txakur
Thanks again Martin, I tried with that kernel-module-split.bbclass but although I got no errors, it didn't work :( Can I create the file spike.conf and tell the recipe or the Makefile to copy it to /etc/modules-load.d ? how can I do that? Thanks again, I would be completely stuck without your

Re: [yocto] using module_autoload

2013-05-30 Thread Martin Jansa
On Thu, May 30, 2013 at 09:49:13AM +0100, Katu Txakur wrote: Thanks again Martin, I tried with that kernel-module-split.bbclass but although I got no errors, it didn't work :( Did you just copy that file from master/dylan to danny? It wont work, because it depends also on other changes, e.g.

Re: [yocto] using module_autoload

2013-05-30 Thread Katu Txakur
Hi, yes, I copied the file directly and you're right, it didn't work. I did the same thing with the danny compatible file and now it's working :) so, the solution was: 1) copy the

Re: [yocto] using module_autoload

2013-05-29 Thread Paul Eggleton
On Wednesday 29 May 2013 16:39:48 Martin Jansa wrote: On Wed, May 29, 2013 at 02:01:11PM +0100, Katu Txakur wrote: Hi, I'm failing to load a kernel module named spike doing this: 1) add the recipe (inherit module), based in a Makefile with modules_install: $(MAKE)

Re: [yocto] using module_autoload

2013-05-29 Thread Katu Txakur
Martin, Paul, thanks for your help. Yes, the recipe does inherit module. Any other problem that you can think off? Thanks a lot in advance, Katu 2013/5/29 Paul Eggleton paul.eggle...@linux.intel.com On Wednesday 29 May 2013 16:39:48 Martin Jansa wrote: On Wed, May 29, 2013 at 02:01:11PM

Re: [yocto] using module_autoload

2013-05-29 Thread Katu Txakur
Guys, I'm using the gumstix repo https://github.com/gumstix/Gumstix-YoctoProject-Repo and I don't have any module-split bbclass. The module.bbclass inherits module-base.bbclass and module_strip.bbclass, but the latest is empty. Do you think my problem could be related with that? module_strip is

Re: [yocto] using module_autoload

2013-05-29 Thread Martin Jansa
On Wed, May 29, 2013 at 04:48:58PM +0100, Katu Txakur wrote: Guys, I'm using the gumstix repo https://github.com/gumstix/Gumstix-YoctoProject-Repo and I don't have any module-split bbclass. The module.bbclass inherits module-base.bbclass and module_strip.bbclass, but the latest is empty. Do