Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-06 Thread Ulf Samuelsson
Maybe it would be good to have a working example in the tree. Best Regards, Ulf Samuelsson > 6 feb. 2019 kl. 02:22 skrev Khem Raj : > > > >> On Sat, Feb 2, 2019 at 7:17 PM Ken Sloat >> wrote: >> On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield >> wrote: >> > >> > On 2019-02-02 9:59 p.m., Ken

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-05 Thread Khem Raj
On Sat, Feb 2, 2019 at 7:17 PM Ken Sloat wrote: > On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield > wrote: > > > > On 2019-02-02 9:59 p.m., Ken Sloat wrote: > > > Hello, > > > > > > I have an out of tree kernel module which I want autoloaded at startup > > > on my system. Looking at the Yocto pro

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-05 Thread Ken Sloat
On Mon, Feb 4, 2019 at 10:50 AM Robert Berger wrote: > > Hi Ken, > > Is there any particular reason you don't use the sample[1] for an out of > tree kernel module? > > [1] > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-kernel/hello-mod > > Regards, > > Robert Hi Rober

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-04 Thread Robert Berger
Hi Ken, Is there any particular reason you don't use the sample[1] for an out of tree kernel module? [1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-kernel/hello-mod Regards, Robert -- ___ yocto mailing list yocto@yo

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-04 Thread Ulf Samuelsson
> 3 feb. 2019 kl. 20:09 skrev Ken Sloat : > >> On Sun, Feb 3, 2019 at 12:51 AM Ulf Samuelsson wrote: >> >>> Den 2019-02-03 kl. 04:16, skrev Ken Sloat: >>> On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield >>> wrote: > On 2019-02-02 9:59 p.m., Ken Sloat wrote: > Hello, > >

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-03 Thread Ken Sloat
On Sun, Feb 3, 2019 at 12:51 AM Ulf Samuelsson wrote: > > Den 2019-02-03 kl. 04:16, skrev Ken Sloat: > > On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield > > wrote: > >> > >> On 2019-02-02 9:59 p.m., Ken Sloat wrote: > >>> Hello, > >>> > >>> I have an out of tree kernel module which I want autoload

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-02 Thread Ulf Samuelsson
Den 2019-02-03 kl. 04:16, skrev Ken Sloat: On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield wrote: On 2019-02-02 9:59 p.m., Ken Sloat wrote: Hello, I have an out of tree kernel module which I want autoloaded at startup on my system. Looking at the Yocto project manual, I see that one way I can

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-02 Thread Bruce Ashfield
On 2019-02-02 10:16 p.m., Ken Sloat wrote: On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield wrote: On 2019-02-02 9:59 p.m., Ken Sloat wrote: Hello, I have an out of tree kernel module which I want autoloaded at startup on my system. Looking at the Yocto project manual, I see that one way I can

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-02 Thread Ken Sloat
On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield wrote: > > On 2019-02-02 9:59 p.m., Ken Sloat wrote: > > Hello, > > > > I have an out of tree kernel module which I want autoloaded at startup > > on my system. Looking at the Yocto project manual, I see that one way > > I can do this is to add the mo

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-02 Thread Bruce Ashfield
On 2019-02-02 9:59 p.m., Ken Sloat wrote: Hello, I have an out of tree kernel module which I want autoloaded at startup on my system. Looking at the Yocto project manual, I see that one way I can do this is to add the module name to the KERNEL_MODULE_AUTOLOAD variable within my custom module rec