Re: [yocto] installation of kernel modules

2016-06-22 Thread Daniel.
terial in this e-mail is > strictly > forbidden. > > > > Von:"Daniel." > An:s.jar...@esa-grimma.de > Kopie:"yocto@yoctoproject.org" > Datum:21.06.2016 20:15 > Betreff:Re: [yocto] installation of kernel modu

Re: [yocto] installation of kernel modules

2016-06-21 Thread Daniel.
Take a look at deploy folder if your packages (rpm in my case) are being created. I have faced problems where files go to -dev.rpm packages and the yocto silently refuses to create empty .rpm package. Regards, 2016-06-21 5:33 GMT-03:00 : > Hej > > I have a problem when running do_rootfs() with s

[yocto] installation of kernel modules

2016-06-21 Thread S . Jaritz
Hej I have a problem when running do_rootfs() with some own kernel drivers included. My kernel recipe builds some easy GPIO drivers. # They come as one package: myKernelModules: -> a.ko -> b.ko -> c.ko # I build a recipe which creates: myKernelModules.bb -> pack