Re: [yocto] Autoload kernel module works only once

2017-03-13 Thread Khem Raj
On 3/13/17 7:36 AM, Andrea Laini wrote: > Hi everybody, > > > > I’m getting some errors after building my Linux distro with the use of > KERNEL_MODULE_AUTOLOAD to allow autoloading 2 of my custom out-of-tree > device at boot time. We’ve a Poky 1.7 version. > > > > So, before building the

Re: [yocto] Autoload kernel module works only once

2017-03-13 Thread Leonardo Sandoval
On Mon, 2017-03-13 at 14:36 +, Andrea Laini wrote: > Hi everybody, > > > > I’m getting some errors after building my Linux distro with the use of > KERNEL_MODULE_AUTOLOAD to allow autoloading 2 of my custom out-of-tree > device at boot time. We’ve a Poky 1.7 version. > > > > So, before

[yocto] Autoload kernel module works only once

2017-03-13 Thread Andrea Laini
Hi everybody, I'm getting some errors after building my Linux distro with the use of KERNEL_MODULE_AUTOLOAD to allow autoloading 2 of my custom out-of-tree device at boot time. We've a Poky 1.7 version. So, before building the new image with the Yocto keyword KERNEL_MODULE_AUTOLOAD, I was able