[yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Hans Beckérus
Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module and the rest are dependent on the first. Building and installing the modules to the rootfs works fine. Next question is how do I control what actual modules are

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Bruce Ashfield
On 13-03-08 07:08 AM, Hans Beckérus wrote: Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module and the rest are dependent on the first. Building and installing the modules to the rootfs works fine. Next question is

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Hans Beckérus
8 mar 2013 kl. 18:12 skrev Bruce Ashfield bruce.ashfi...@windriver.com: On 13-03-08 07:08 AM, Hans Beckérus wrote: Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module and the rest are dependent on the first.

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Bruce Ashfield
On 13-03-08 12:40 PM, Hans Beckérus wrote: 8 mar 2013 kl. 18:12 skrev Bruce Ashfield bruce.ashfi...@windriver.com: On 13-03-08 07:08 AM, Hans Beckérus wrote: Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Eric Bénard
Hi Hans, Le Fri, 8 Mar 2013 13:08:21 +0100, Hans Beckérus hans.becke...@gmail.com a écrit : Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module and the rest are dependent on the first. Building and installing the

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Hans Beckerus
On 2013-03-08 7:12, Eric Bénard wrote: Hi Hans, Le Fri, 8 Mar 2013 13:08:21 +0100, Hans Beckérus hans.becke...@gmail.com a écrit : Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module and the rest are dependent on

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Trevor Woerner
On Fri, Mar 8, 2013 at 7:08 AM, Hans Beckérus hans.becke...@gmail.com wrote: I tried going through the module.bbclass but must admit I lost it somewhere in the middle ;) Any guidance would be appreciated. Have you had a chance to look at the Yocto hands-on kernel lab?

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Hans Beckerus
On 2013-03-08 7:12, Eric Bénard wrote: Hi Hans, Le Fri, 8 Mar 2013 13:08:21 +0100, Hans Beckérus hans.becke...@gmail.com a écrit : Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module and the rest are dependent on

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Bruce Ashfield
On 13-03-08 2:00 PM, Hans Beckerus wrote: On 2013-03-08 7:12, Eric Bénard wrote: Hi Hans, Le Fri, 8 Mar 2013 13:08:21 +0100, Hans Beckérus hans.becke...@gmail.com a écrit : Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main